Skip to main content

ServiceFactory

Type Alias ServiceFactory 

Source
pub type ServiceFactory = Arc<dyn Fn(&dyn IServiceResolver) -> Arc<dyn Any + Send + Sync> + Send + Sync>;

Aliased Typeยง

pub struct ServiceFactory { /* private fields */ }