Function serde_hjson::de::from_reader
source · [−]pub fn from_reader<R, T>(rdr: R) -> Result<T> where
R: Read,
T: Deserialize, Expand description
Decodes a Hjson value from a std::io::Read.
pub fn from_reader<R, T>(rdr: R) -> Result<T> where
R: Read,
T: Deserialize, Decodes a Hjson value from a std::io::Read.