Module rorm_db::row

source ·
Expand description

This module defines a wrapper for sqlx’s AnyRow

Structs

  • Represents a single row from the database.

Traits

  • Something which can be decoded from a Row’s cell.
  • Something which can be decoded from a Row’s cell without borrowing.
  • Something which can be decoded from a Row.
  • Something which can be used to index a Row’s cells.