freya_core::types

Type Alias EventsQueue

Source
pub type EventsQueue = SmallVec<[PlatformEvent; 2]>;
Expand description

Queued list of events to be processed by Freya.

Aliased Typeยง

struct EventsQueue { /* private fields */ }