pub fn parse_unsigned_integer<T: Iterator<Item = char>>(
    input: T
) -> Result<u32, ()>
Expand description