[−][src]Module sqlx_core::row
Contains the ColumnIndex, Row, and FromRow traits.
Traits
| ColumnIndex | A type that can be used to index into a |
| FromRow | A record that can be built from a row returned by the database. |
| HasRow | |
| Row | Represents a single row from the database. |