Skip to main content

UnsolicitedHandler

Type Alias UnsolicitedHandler 

Source
pub type UnsolicitedHandler = Arc<dyn Fn(&ExtendedResponse) + Send + Sync>;
Expand description

Handler for unsolicited notifications other than Notice of Disconnection.

Aliased Typeยง

pub struct UnsolicitedHandler { /* private fields */ }