pub type EventSender = UnboundedSender<SessionEvent>;Expand description
Channel type used to publish live runtime events.
Aliased Typeยง
pub struct EventSender { /* private fields */ }pub type EventSender = UnboundedSender<SessionEvent>;Channel type used to publish live runtime events.
pub struct EventSender { /* private fields */ }