from_value

Function from_value 

Source
pub fn from_value<'de, T>(value: Value<'de>) -> Result<T>
where T: Deserialize<'de>,
Expand description

Deserialize a type from a generic Value.