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