Function parse_integer

Source
pub fn parse_integer(s: &str) -> Result<i32, String>
Expand description

Parses a string s as an integer.