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

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

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

Fields

key

Trait Implementations

impl Command<GetNextResponse> for GetNext

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