pub type ContextGen = Arc<dyn Fn(ModuleInstanceId, OperationId) -> DynGlobalClientContext + Send + Sync>;
Aliased Typeยง
struct ContextGen { /* private fields */ }
pub type ContextGen = Arc<dyn Fn(ModuleInstanceId, OperationId) -> DynGlobalClientContext + Send + Sync>;
struct ContextGen { /* private fields */ }