Module diesel::row [] [src]

Contains the Row trait

Traits

NamedRow

Represents a row of a SQL query, where the values are accessed by name rather than by index.

Row

The row trait which is used for FromSqlRow. Apps should not need to concern themselves with this trait.