Expand description
Contains the Row trait
Structs
- PartialRow
i-implement-a-third-party-backend-and-opt-into-breaking-changesA row type that wraps an inner row
Traits
- Represents a single field in a database row.
- Represents a row of a SQL query, where the values are accessed by name rather than by index.
- Represents a single database row.
- RowGatWorkaround
i-implement-a-third-party-backend-and-opt-into-breaking-changesA helper trait to indicate the life time bound for a field returned byRow::get - Representing a way to index into database rows
Type Definitions
- Return type of
Row::get