Module postgres::rows
[−]
[src]
Query result rows.
Structs
Iter |
An iterator over |
LazyRows |
A lazily-loaded iterator over the resulting rows of a query. |
Row |
A single result row of a query. |
Rows |
The resulting rows of a query. |
Traits
RowIndex |
A trait implemented by types that can index into columns of a row. |