Module tokio_postgres::row

source ·
Expand description

Rows.

Structs§

  • A row of data returned from the database by a query.
  • A row of data returned from the database by a simple query.

Traits§

  • A trait implemented by types that can index into columns of a row.