Skip to main content

from_value

Function from_value 

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

Convert a Value into any type (owned, deserializable for any lifetime).