Function default_arg_parser

Source
pub fn default_arg_parser<T>(arg: &str, _: &ArgMatches) -> Result<T, Error>
where T: FromStr, T::Err: Display,