pub type NotificationHandler = Arc<dyn Fn(&str, &Value) + Send + Sync>;
Handler for incoming notifications.
pub struct NotificationHandler { /* private fields */ }