Module boxvec

Source
Expand description

An unresizable vector backed by a Box<[T]>

Structsยง

BoxVec
CapacityError
Error value indicating insufficient capacity
Drain
A draining iterator for BoxVec.
IntoIter
By-value iterator for BoxVec.