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

type Predicate<V> = Arc<Box<dyn Fn(V) -> bool>>;