pub type Row<V> = SmallVec<[V; 32]>;
The type of row returned in a [Stream] of Rows
Stream
Rows
struct Row<V> { /* private fields */ }