Function merde::from_value

source ยท
pub fn from_value<'s, T>(value: Value<'s>) -> Result<T, MerdeError>
where T: ValueDeserialize<'s>,
Expand description

Interpret a Value as an instance of type T.