mz_repr::strconv

Function parse_uint32

Source
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.