Expand description
This module defines a wrapper for sqlx’s AnyRow
Structs§
- Row
- Represents a single row from the database.
Enums§
- Owned
RowError - Owned version of
RowError
- Owned
RowIndex - Owned version of the
RowIndex
- RowError
- Errors returned by
Row::get
- RowIndex
- The index used by
Row::get
Traits§
- Decode
- Something which can be decoded from a
Row
’s cell. - Decode
Owned - Something which can be decoded from a
Row
’s cell without borrowing.