Skip to main content

RosterCallback

Type Alias RosterCallback 

Source
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 */ }