Fix rebase conflicts

This commit is contained in:
Emilia Hane
2023-02-06 10:24:21 +01:00
parent ba882958ed
commit 89cccfc397
3 changed files with 3 additions and 13 deletions

View File

@@ -101,6 +101,7 @@ pub fn get_key_for_col(column: &str, key: &[u8]) -> Vec<u8> {
}
#[must_use]
#[derive(Clone)]
pub enum KeyValueStoreOp {
PutKeyValue(Vec<u8>, Vec<u8>),
DeleteKey(Vec<u8>),