parse_strings

Function parse_strings 

Source
pub fn parse_strings<T>(input: &[String]) -> Result<Vec<T>, T::Err>
where T: FromStr,