Module fifo

Module fifo 

Source
Expand description

Implementation of the FIFO list structure

Structsยง

Fifo
A First-In-First-Out queue of DSTs
Iter
DST FIFO iterator (immutable)
IterMut
DST FIFO iterator (mutable)
PopHandle
Handle returned by Fifo::pop (does the actual pop on drop)