Skip to main content

NotificationHandler

Type Alias NotificationHandler 

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

Handler for incoming notifications.

Aliased Type§

pub struct NotificationHandler { /* private fields */ }