[][src]Module sqlx::row

Contains the Row and FromRow traits.

Traits

FromRow

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

Row

Represents a single row of the result set.

RowIndex