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