pub fn decode<R: BufRead, D: Decode>(r: R) -> Result<D, DecodeError>Expand description
Decode an decodable type from a type which implements std::io::BufRead.
pub fn decode<R: BufRead, D: Decode>(r: R) -> Result<D, DecodeError>Decode an decodable type from a type which implements std::io::BufRead.