mysql
26.0.1
mysql
Function
from_row
Copy item path
Source
pub fn from_row<T>(row:
Row
) -> T
where T:
FromRow
,
Expand description
Will
panic
if could not convert
row
to
T
.