Skip to main content

SessionEventReceiver

Type Alias SessionEventReceiver 

Source
pub type SessionEventReceiver = Receiver<SessionEvent>;
Expand description

Type alias for the receiver end of the session event broadcast channel.

Aliased Typeยง

pub struct SessionEventReceiver { /* private fields */ }