pub type FCFSQueue<T> = Queue<FCFSStrategy, FCFSStrategy, T>;Expand description
A type synonym for the ordinary FIFO queue, also known as the FCFS (First Come - First Serviced) queue.
Aliased Typeยง
pub struct FCFSQueue<T> { /* private fields */ }pub type FCFSQueue<T> = Queue<FCFSStrategy, FCFSStrategy, T>;A type synonym for the ordinary FIFO queue, also known as the FCFS (First Come - First Serviced) queue.
pub struct FCFSQueue<T> { /* private fields */ }