wlan_common::timer

Type Alias EventSender

Source
pub type EventSender<E> = UnboundedSink<ScheduledEvent<E>>;

Aliased Typeยง

struct EventSender<E> { /* private fields */ }