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

type PredicateRefOnce<V> = Arc<Box<dyn FnOnce(&V) -> bool>>;