pub type Row<'r> = GenericRow<&'r [Column], &'r mut Vec<Range<usize>>, Typed>;
A row of data returned from the database by a query.
struct Row<'r> { /* private fields */ }