Queue
Fully qualified path: event_queue::Queue
pub trait Queue<Q, T>
Trait functions
new
Fully qualified path: event_queue::Queue::new
fn new() -> Q
pop
Fully qualified path: event_queue::Queue::pop
fn pop(ref self: Q) -> Option<T>
Press ← or → to navigate between chapters
Press ? to show this help
Press Esc to hide this help
Fully qualified path: event_queue::Queue
pub trait Queue<Q, T>
Fully qualified path: event_queue::Queue::new
fn new() -> Q
Fully qualified path: event_queue::Queue::pop
fn pop(ref self: Q) -> Option<T>