Type Alias NotifyFn

Source
pub type NotifyFn = Box<dyn Fn(&State, NotifierWatchStateResponder) -> bool>;

Aliased Typeยง

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