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

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