Trait kinetic::Response [−] [src]

pub trait Response: Send {
    fn from_proto(Message, Command, Vec<u8>) -> KineticResult<Self>;
}

Trait representing a Kinetic response

Required Methods

fn from_proto(Message, Command, Vec<u8>) -> KineticResult<Self>

Create a Response un populate it with values from the raw kinetic proto

Implementors