Function singleton_with_key

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

Initializes a new keyed singleton ServiceDescriptorBuilder.