Function serde_hjson::de::from_slice
[−]
[src]
pub fn from_slice<T>(v: &[u8]) -> Result<T> where T: Deserialize
Decodes a Hjson value from a byte slice &[u8]
.