Trait kinetic::Command [−] [src]

pub trait Command<R: Response>: Send {
    fn build_proto(self) -> (Command, Option<Vec<u8>>);
}

Trait representing a Kinetic command

Required Methods

fn build_proto(self) -> (Command, Option<Vec<u8>>)

Build the raw kinetic proto structure for the Command

Implementors