Type Alias SessionEventCallback

Source
pub type SessionEventCallback = Box<dyn Fn(SessionEvent) + Send + Sync + 'static>;
Expand description

Session event callback type

Aliased Typeยง

pub struct SessionEventCallback(/* private fields */);