image::codecs::pnm::decoder

Function read_separated_ascii

Source
fn read_separated_ascii<T: FromStr<Err = ParseIntError>>(
    reader: &mut dyn Read,
) -> ImageResult<T>
where T::Err: Display,