Skip to main content

Row

Type Alias Row 

Source
pub type Row = Vec<Option<ColumnValue>>;
Expand description

One row: columns.len() slots, None = NULL.

Aliased Typeยง

pub struct Row { /* private fields */ }