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

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

Get's the version and integrity for the given key

Fields

key

Trait Implementations

impl Command<GetVersionResponse> for GetVersion

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