Type Alias NotifyFn

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

Aliased Typeยง

struct NotifyFn(/* private fields */);