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

type BiPredicateRefMut<V, V2> = Arc<Box<dyn FnMut(&V, &V2) -> bool>>;