[][src]Module static_alloc::fixed_vec

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.