pub type UnsolicitedHandler = Arc<dyn Fn(&ExtendedResponse) + Send + Sync>;
Handler for unsolicited notifications other than Notice of Disconnection.
pub struct UnsolicitedHandler { /* private fields */ }