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

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