pub fn from_value<T: DeserializeOwned>(value: &Value) -> Result<T, Error>
Interprets a Value as an instance of type T.
Value
T