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