Trait redis_module::NextArg[][src]

pub trait NextArg {
    fn next_string(&mut self) -> Result<String, RedisError>;
fn next_i64(&mut self) -> Result<i64, RedisError>;
fn next_u64(&mut self) -> Result<u64, RedisError>;
fn next_f64(&mut self) -> Result<f64, RedisError>;
fn done(&mut self) -> Result<(), RedisError>; }

Required methods

Implementors

Return an error if there are any more arguments