pub fn singleton<TSvc: Any + ?Sized, TImpl>() -> ServiceDescriptorBuilder<TSvc, TImpl>
Available on crate feature
builder
only.Expand description
Initializes a new singleton ServiceDescriptorBuilder
.
pub fn singleton<TSvc: Any + ?Sized, TImpl>() -> ServiceDescriptorBuilder<TSvc, TImpl>
builder
only.Initializes a new singleton ServiceDescriptorBuilder
.