surrealpatch/src/kvs/kv.rs

4 lines
49 B
Rust
Raw Normal View History

2022-01-13 17:35:48 +00:00
pub type Key = Vec<u8>;
pub type Val = Vec<u8>;