Function di::lazy::empty_with_key

source ·
pub fn empty_with_key<TKey, TSvc: Any + ?Sized>(
) -> Lazy<Vec<KeyedRef<TKey, TSvc>>>
Available on crate feature lazy only.
Expand description

Creates and return a holder for any empty collection of lazy-initialized, keyed services.