Predicate

Type Alias Predicate 

Source
pub type Predicate<T> = dyn Fn(RefOwn<'_, <T as PatternTypes>::Ref, <T as PatternTypes>::Own>) -> bool + Send + Sync;
Expand description

A predicate for keys and values.