freya::common::types

Type Alias EventReceiver

pub type EventReceiver = UnboundedReceiver<ProcessedEvents<NodeId, EventName, DomEvent, PlatformEvent>>;
Expand description

Receive events to be emitted to the VirtualDOM

Aliased Typeยง

struct EventReceiver { /* private fields */ }