nested

Type Alias ZVec

Source
pub type ZVec<T> = Nested<Vec<T>>;
Expand description

A Nested<Vec<T>>

Aliased Typeยง

struct ZVec<T> { /* private fields */ }