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