Skip to main content

Row

Type Alias Row 

Source
pub type Row = Vec<UnversionedValue>;
Expand description

One row: its values, in the order they were written.

Aliased Typeยง

pub struct Row { /* private fields */ }