Type Alias freya::core::types::EventEmitter

pub type EventEmitter = UnboundedSender<Vec<DomEvent>>;
Expand description

Emit events to the VirtualDOM

Aliased Typeยง

struct EventEmitter { /* private fields */ }