Module arrayvec

Source

Structsยง

ArrayVec
An array-backed, vector-like data structure.
ArrayVecIterator
Iterator for consuming an ArrayVec and returning owned elements.
ArrayVecSplice
Splicing iterator for ArrayVec See ArrayVec::splice
TryFromSliceError
The error type returned when a conversion from a slice to an ArrayVec fails.