pub type Row = Vec<Option<ColumnValue>>;Expand description
One row: columns.len() slots, None = NULL.
Aliased Typeยง
pub struct Row { /* private fields */ }pub type Row = Vec<Option<ColumnValue>>;One row: columns.len() slots, None = NULL.
pub struct Row { /* private fields */ }