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