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

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