pub fn parse_to_int(input: &str, default: i32) -> i32
Expand description

This function parses a string to an integer.