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 GetResponseimpl Response for GetLogResponseimpl Response for GetKeyRangeResponseimpl Response for GetVersionResponseimpl Response for GetNextResponseimpl Response for GetPreviousResponseimpl Response for ()