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

type SupplierMut<V> = Arc<Box<dyn FnMut() -> V>>;