[][src]Module sqlx_core::row

Contains the Row and FromRow traits.

Traits

ColumnIndex
FromRow

A record that can be built from a row returned from by the database.

Row

Represents a single row of the result set.