Type Alias ServiceFactory

Source
pub type ServiceFactory = dyn Fn(&ServiceProvider) -> Ref<dyn Any>;
Expand description

Represents the callback function used to create a service.