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

type PredicateRefMut<V> = Arc<Box<dyn FnMut(&V) -> bool>>;