fn parse_u32(digits: &str) -> Result<u32, Error>
Parse a decimal number into a u32.
If the string cannot be parsed.