Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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>