NotificationHandler

Type Alias NotificationHandler 

Source
pub type NotificationHandler = Box<dyn Fn(&str, Option<Value>) + Send + Sync>;
Expand description

Notification handler callback

Aliased Typeยง

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