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