Function from_value

Source
pub fn from_value<T>(value: Value) -> Result<T, Error>
Expand description

Interpret a Value as a type T.