Predicate

Type Alias Predicate 

Source
pub type Predicate<T> = dyn Fn(&T) -> bool;