Type Alias xitca_postgres::row::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 */ }