Skip to main content

Predicate

Type Alias Predicate 

Source
pub type Predicate = Box<dyn Fn(&Value, &Selector) -> bool>;
Expand description

A boxed predicate: (value, key|index) -> bool.

Aliased Typeยง

pub struct Predicate(/* private fields */);