Skip to main content

EventSender

Type Alias EventSender 

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