Trait redis_driver::IntoArgs
source · [−]pub trait IntoArgs {
fn into_args(self, command: Command) -> Command;
fn num_args(&self) -> usize;
}
Expand description
Types compatible with command args
pub trait IntoArgs {
fn into_args(self, command: Command) -> Command;
fn num_args(&self) -> usize;
}
Types compatible with command args