Function num_parse::parse_uint_with_radix
source · [−]pub fn parse_uint_with_radix<T: Integer + CheckedAdd + CheckedMul + FromPrimitive>(
s: &str,
radix: u32
) -> Option<T>
Expand description
Parse uint values from a &str with a given radix.