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

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