diesel

Module row

Source
Expand description

Contains the Row trait

Traitsยง

  • Represents a row of a SQL query, where the values are accessed by name rather than by index.
  • Represents a single database row. Apps should not need to concern themselves with this trait.