Type Alias b_table::Row

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

The type of row returned in a [Stream] of Rows

Aliased Type§

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