diesel
1.4.8
Module row
Module Items
Traits
In crate diesel
diesel
Module
row
Copy item path
Source
Expand description
Contains the
Row
trait
Traits
ยง
Named
Row
Represents a row of a SQL query, where the values are accessed by name rather than by index.
Row
Represents a single database row. Apps should not need to concern themselves with this trait.