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

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