surrealpatch/src/kvs/kv.rs
2022-01-13 17:35:48 +00:00

3 lines
49 B
Rust

pub type Key = Vec<u8>;
pub type Val = Vec<u8>;