mysql_
common
0.32.4
In mysql_
common::
row::
convert
Structs
FromRowError
Traits
FromRow
Functions
from_row
from_row_opt
mysql_common
::
row
::
convert
Function
from_row
Copy item path
Settings
Help
Summary
Source
pub fn from_row<T:
FromRow
>(row:
Row
) -> T
Expand description
Will
panic
if could not convert
row
to
T
.