decode

Function decode 

Source
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.