Struct kinetic::commands::GetPrevious [−] [src]

pub struct GetPrevious {
    pub key: Vec<u8>,
}

Get's the value and the metadata for the key before the given key

Fields

key

Trait Implementations

impl Command<GetResponse> for GetPrevious

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