Function parse_int

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

Parse decimal int values from a &str.