pub type RosterCallback = Arc<dyn Fn(&RosterChangedEvent) + Send + Sync + 'static>;Expand description
Callback shape for roster subscribers, mirroring
super::events::EventCallback.
Aliased Type§
pub struct RosterCallback { /* private fields */ }pub type RosterCallback = Arc<dyn Fn(&RosterChangedEvent) + Send + Sync + 'static>;Callback shape for roster subscribers, mirroring
super::events::EventCallback.
pub struct RosterCallback { /* private fields */ }