Type Alias EventsQueue
pub type EventsQueue = Vec<PlatformEvent>;
Expand description
Queued list of events to be processed by Freya.
Aliased Typeยง
struct EventsQueue { /* private fields */ }
pub type EventsQueue = Vec<PlatformEvent>;
Queued list of events to be processed by Freya.
struct EventsQueue { /* private fields */ }