Function di::lazy::empty

source ·
pub fn empty<T: Any + ?Sized>() -> Lazy<Vec<Ref<T>>>
Available on crate feature lazy only.
Expand description

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