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