Function singleton

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

Initializes a new singleton ServiceDescriptorBuilder.