Function default_stdin_parser

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