Function plist::from_value

source ·
pub fn from_value<T: DeserializeOwned>(value: &Value) -> Result<T, Error>
Expand description

Interprets a Value as an instance of type T.