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
impl Response for GetResponse
impl Response for GetLogResponse
impl Response for GetKeyRangeResponse
impl Response for GetVersionResponse
impl Response for GetNextResponse
impl Response for GetPreviousResponse
impl Response for ()