Module convert

Source

Structs§

FromRowError
FromRow conversion error.

Traits§

FromRow
Trait to convert Row into a tuple of FromValue implementors up to arity 12.

Functions§

from_row
Will panic if could not convert row to T.
from_row_opt
Will return Err(row) if could not convert row to T