Function mysql_async::from_value_opt
source ยท pub fn from_value_opt<T>(v: Value) -> Result<T, FromValueError>where
T: FromValue,Expand description
Will return Err(FromValueError(v)) if could not convert v to T
pub fn from_value_opt<T>(v: Value) -> Result<T, FromValueError>where
T: FromValue,Will return Err(FromValueError(v)) if could not convert v to T