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

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