Type Alias freya_testing::EventReceiver
pub type EventReceiver = UnboundedReceiver<DomEvent>;
Expand description
Receive events to be emitted to the VirtualDOM
Aliased Type§
struct EventReceiver { /* private fields */ }
pub type EventReceiver = UnboundedReceiver<DomEvent>;
Receive events to be emitted to the VirtualDOM
struct EventReceiver { /* private fields */ }