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

type Supplier<V> = Arc<Box<dyn Fn() -> V>>;