pub fn singleton_factory<T: Any + ?Sized, F>(factory: F) -> ServiceDescriptorAvailable on crate feature
builder only.Expand description
Initializes a new singleton ServiceDescriptor.
ยงArguments
factory- The factory method used to create the service