☰
mysql_common
0.29.2
In mysql_common::row::convert
?
Function
mysql_common
::
row
::
convert
::
from_row
source
·
[
−
]
pub fn from_row<T:
FromRow
>(row:
Row
) -> T
Expand description
Will
panic
if could not convert
row
to
T
.