Type Alias Row

Source
pub type Row<V> = SmallVec<[V; 32]>;
Expand description

The type of row returned in a Stream of Rows

Aliased Typeยง

pub struct Row<V> { /* private fields */ }