Module std::collections::ringbuf[src]
A double-ended queue implemented as a circular buffer
RingBuf implements the trait Deque. It should be imported with use
collections::Deque.
Structs
| Items | RingBuf iterator |
| MutItems | RingBuf mutable iterator |
| RingBuf | RingBuf is a circular buffer that implements Deque. |