Skip to main content

EventRx

Type Alias EventRx 

Source
pub type EventRx = UnboundedReceiver<EventResult>;
Expand description

A type alias for the window event reception channel.

Aliased Typeยง

pub struct EventRx { /* private fields */ }