freya::core::types

Type Alias EventReceiver

Source
pub type EventReceiver = UnboundedReceiver<(Vec<DomEvent>, Vec<PotentialEvent>)>;
Expand description

Receive events to be emitted to the VirtualDOM

Aliased Typeยง

struct EventReceiver { /* private fields */ }