Struct kinetic::responses::GetResponse
[−]
[src]
pub struct GetResponse {
pub value: Vec<u8>,
pub version: Vec<u8>,
pub integrity: Integrity,
}A Get command result
A Get command returns the value stored associated with the key requested
Fields
value | |
version | |
integrity |