Function syntect::dumps::from_reader[][src]

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