Skip to main content

EventTx

Type Alias EventTx 

Source
pub type EventTx = UnboundedSender<EventResult>;
Expand description

A type alias for the window event transmission channel.

Aliased Typeยง

pub struct EventTx { /* private fields */ }