pub fn from_value<T: FromValue>(v: &Value) -> Result<T>
A shortcut function to invoke FromValue::from_value to make the API slightly nicer.
FromValue::from_value