PredicateFn

Type Alias PredicateFn 

Source
pub type PredicateFn = Arc<dyn Fn(&Value, &Value) -> bool + Send + Sync>;
Expand description

Custom predicate function type for state change watchers.

Aliased Typeยง

pub struct PredicateFn { /* private fields */ }