Function parse_n

Source
pub fn parse_n<T>(s: &str) -> Result<T, String>
where T: FromStr,