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