pub type EventReceiver = UnboundedReceiver<ProcessedEvents<NodeId, EventName, DomEvent, PlatformEvent>>;
Receive events to be emitted to the VirtualDOM
struct EventReceiver { /* private fields */ }