// This function is not limited to just numeric types but rather anything that implements the FromStr trait. fn parsable(s: &str) -> bool { s.parse::().is_ok() }