decode_format

Function decode_format 

Source
pub fn decode_format<F, R: BufRead, D: Decode<F>>(
    r: R,
) -> Result<D, DecodeError>
Expand description

Decode an decodable type from a type which implements std::io::BufRead with a given format type.