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 |
pub struct GetPrevious { pub key: Vec<u8>, }
Get's the value and the metadata for the key before the given key
key |
impl Command<GetResponse> for GetPrevious
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).