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.
pub fn decode_format<F, R: BufRead, D: Decode<F>>(
r: R,
) -> Result<D, DecodeError>Decode an decodable type from a type which implements std::io::BufRead with a given format
type.