pub fn default_stdin_parser<T>( stdin: &mut Stdin, _: &ArgMatches, ) -> Result<T, Error>where T: FromStr, T::Err: Display,