pub type EventReceiver = UnboundedReceiver<ProcessedEvents>;
Expand description
Receive events to be emitted to the VirtualDOM
Aliased Typeยง
struct EventReceiver { /* private fields */ }
pub type EventReceiver = UnboundedReceiver<ProcessedEvents>;
Receive events to be emitted to the VirtualDOM
struct EventReceiver { /* private fields */ }