Type Definition nested::ZVec[][src]

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

A Nested<Vec<T>>