Type Alias Row

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

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

Aliased Typeยง

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