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