pub fn from_value<T>(value: Value) -> Result<T, Error>where
T: DeserializeOwned,
Expand description
Shortcut function to decode a Hjson Value
into a T
pub fn from_value<T>(value: Value) -> Result<T, Error>where
T: DeserializeOwned,
Shortcut function to decode a Hjson Value
into a T