Function mysql_async::from_row_opt
source ยท pub fn from_row_opt<T>(row: Row) -> Result<T, FromRowError>where
T: FromRow,
Expand description
Will return Err(row)
if could not convert row
to T
pub fn from_row_opt<T>(row: Row) -> Result<T, FromRowError>where
T: FromRow,
Will return Err(row)
if could not convert row
to T