pub fn from_value<T>(value: Value) -> Result<T, Error>where
T: DeserializeOwned,Expand description
Interpret a Value as a type T.
pub fn from_value<T>(value: Value) -> Result<T, Error>where
T: DeserializeOwned,Interpret a Value as a type T.