Expand description
Defines the Vector<T> struct that wraps Vec<T> and provides conversion traits.
Structs§
- A wrapper around
Vec<T>to enable trait implementations.
Traits§
- Trait to convert
Vector<T>back intoVec<T>. - Trait to convert
Vec<T>intoVector<T>.