Structs§
- From
RowError FromRow
conversion error.
Traits§
- FromRow
- Trait to convert
Row
into a tuple ofFromValue
implementors up to arity 12.
Functions§
- from_
row - Will panic if could not convert
row
toT
. - from_
row_ opt - Will return
Err(row)
if could not convertrow
toT