pub type InjectableProvideFnPtr = fn(Arc<ResolveContext>) -> Pin<Box<dyn Future<Output = InjectableResult<Box<dyn Any + Send>>> + Send + 'static>>;Expand description
Type alias for the type-erased provide function pointer stored in
inventory-submitted InjectableArcFactory entries.