Function from_value

Source
pub fn from_value<T>(val: Value) -> Result<T, Error>
where T: for<'de> Deserialize<'de>,