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

type BiConsumerMut<V, V2> = Arc<Box<dyn FnMut(V, V2)>>;