pub fn default_arg_parser<T: FromStr<Err = E>, E: Display>(
    arg: &str,
    _: &ArgMatches
) -> Result<T, RpcError>