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

type ConsumerRef<V> = Arc<Box<dyn Fn(&V)>>;