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

type ConsumerOnce<V> = Arc<Box<dyn FnOnce(V)>>;