Type Alias freya_testing::EventEmitter

pub type EventEmitter = UnboundedSender<DomEvent>;
Expand description

Emit events to the VirtualDOM

Aliased Type§

struct EventEmitter { /* private fields */ }