Struct rustmq::client::CLI
[−]
[src]
pub struct CLI {
// some fields omitted
}pub struct CLI {
// some fields omitted
}impl CLI[src]fn new<C: IntoIterator<Item=String>>(args: C) -> CLIfn parse(&self) -> Box<Command>fn publish_parse(&self) -> PublishCommandfn subscribe_parse(&self) -> SubscribeCommandfn publish_print_usage(&self, opts: Options)fn subscribe_print_usage(&self, opts: Options)