Skip to main content

NotificationHandler

Type Alias NotificationHandler 

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

Notification handler type alias for session updates.

Aliased Type§

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