QueueView

Type Alias QueueView 

Source
pub type QueueView<T> = QueueInner<T, ViewStorage>;
Expand description

A Queue with dynamic capacity.

Queue coerces to QueueView. QueueView is !Sized, meaning it can only ever be used by reference.

Aliased Typeยง

pub struct QueueView<T> { /* private fields */ }