mysql_
async
0.34.2
mysql_async
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
.