Module row

Source
Expand description

Rows. mostly copy/paste from tokio-postgres

Type Aliasesยง

Row
A row of data returned from the database by a query.
RowOwned
Row with static lifetime bound
RowSimple
A row of data returned from the database by a simple query.
RowSimpleOwned
RowSimple with static lifetime bound