Skip to main content

Module row

Module row 

Source
Expand description

Database row representation.

Structs§

ColumnInfo
Column metadata shared across all rows in a result set.
Row
A single row returned from a database query.

Traits§

FromValue
Trait for converting from a Value to a typed value.