Module fixed_vec

Source
Expand description

Contains the FixedVec implementation.

See FixedVec for the main information.

Structsยง

Drain
An iterator removing a range of elements from a FixedVec.
FixedVec
A Vec-like structure that does not manage its allocation.