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 |
pub struct GetNext { pub key: Vec<u8>, }
Get's the value and the metadata for the given key following the given key
key |
impl Command<GetNextResponse> for GetNext
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
).