pub type EventSender = Sender<DocumentEvent>;Available on crate feature
std only.Expand description
Event sender type for channel communication
Aliased Typeยง
pub struct EventSender { /* private fields */ }pub type EventSender = Sender<DocumentEvent>;std only.Event sender type for channel communication
pub struct EventSender { /* private fields */ }