Type Definition syntax::util::small_vector::SmallVector [] [src]

type SmallVector<T> = SmallVec<[T; 1]>;

Trait Implementations

impl<T> MoveMap<T> for SmallVector<T>
[src]

[src]

[src]

Auto Trait Implementations