pub fn from_value<'a, T>(v: &'a dyn ValueView) -> Result<T, Error> where
    T: Deserialize<'a>, 
Expand description

Convert a value into T.