pub fn parse_uint32(s: &str) -> Result<u32, ParseError>Expand description
Parses an u32 from s.
Valid values are whatever the std::str::FromStr implementation on u32 accepts,
plus leading and trailing whitespace.
pub fn parse_uint32(s: &str) -> Result<u32, ParseError>Parses an u32 from s.
Valid values are whatever the std::str::FromStr implementation on u32 accepts,
plus leading and trailing whitespace.