Trait rustmq::client::Command [] [src]

pub trait Command {
    fn run(&self) -> !;
}

Required Methods

Implementors