pub type NotificationHandler = Box<dyn Fn(Value) + Sync + Send>;
Notification handler type alias for session updates.
pub struct NotificationHandler(/* private fields */);