pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T>Expand description
A helper function for decoding and decompressing data from a reader
pub fn from_reader<T: DeserializeOwned, R: BufRead>(input: R) -> Result<T>A helper function for decoding and decompressing data from a reader