Enum libriakv::IndexOp [−][src]
pub enum IndexOp {
Insert(KeyValuePair, u64),
Delete(KeyValuePair, u64),
End,
Nop,
}Expand description
Represent the kind of index operation to use for a given (KeyValuePair, u64)
received during iterating over the contents of the storage file.
Variants
Insert(KeyValuePair, u64)Delete(KeyValuePair, u64)