[][src]Type Definition lang_extension::ops::function::SupplierOnce

type SupplierOnce<V> = Arc<Box<dyn FnOnce() -> V>>;