Type Alias RowSimple

Source
pub type RowSimple<'r> = GenericRow<&'r [Column], &'r mut Vec<Range<usize>>, NoTyped>;
Expand description

A row of data returned from the database by a simple query.

Aliased Typeยง

struct RowSimple<'r> { /* private fields */ }