Function mz_repr::strconv::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.