Module row

Module row 

Source
Expand description

This module defines a wrapper for sqlx’s AnyRow

Structs§

Row
Represents a single row from the database.

Enums§

OwnedRowError
Owned version of RowError
OwnedRowIndex
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.
DecodeOwned
Something which can be decoded from a Row’s cell without borrowing.