Function parse_uint

Source
pub fn parse_uint<T: Integer + CheckedAdd + CheckedMul + FromPrimitive>(
    s: &str,
) -> Option<T>
Expand description

Parse decimal uint values from a &str.