Function mysql_async::from_row
source ยท pub fn from_row<T>(row: Row) -> Twhere
T: FromRow,
Expand description
Will panic if could not convert row
to T
.
pub fn from_row<T>(row: Row) -> Twhere
T: FromRow,
Will panic if could not convert row
to T
.