Trait CommandExecutor

Source
pub trait CommandExecutor {
    // Required method
    fn execute(&self, cmd: Bytes, size: Option<Size>) -> Option<VecItem>;
}

Required Methods§

Source

fn execute(&self, cmd: Bytes, size: Option<Size>) -> Option<VecItem>

Implementations on Foreign Types§

Source§

impl CommandExecutor for ()

Implementors§