pub type EventReceiver = UnboundedReceiver<(Vec<DomEvent>, Vec<PotentialEvent>)>;
Receive events to be emitted to the VirtualDOM
struct EventReceiver { /* private fields */ }