Module mysql_common::row::convert
source · Structs§
FromRow
conversion error.
Traits§
- Trait to convert
Row
into a tuple ofFromValue
implementors up to arity 12.
Functions§
- Will panic if could not convert
row
toT
. - Will return
Err(row)
if could not convertrow
toT