Function serde_hjson::de::from_str
source · [−]pub fn from_str<T>(s: &str) -> Result<T> where
T: Deserialize,
Expand description
Decodes a Hjson value from a &str
.
pub fn from_str<T>(s: &str) -> Result<T> where
T: Deserialize,
Decodes a Hjson value from a &str
.