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

type BiConsumerRef<V, V2> = Arc<Box<dyn Fn(&V, &V2)>>;