Skip to main content

from_value

Function from_value 

Source
pub fn from_value<T: FromValue>(v: &Value) -> Result<T>
Expand description

A shortcut function to invoke FromValue::from_value to make the API slightly nicer.