Module vector

Source
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§

IntoVector
Trait to convert Vec<T> into Vector<T>.