4 lines
49 B
Rust
4 lines
49 B
Rust
|
pub type Key = Vec<u8>;
|
||
|
|
||
|
pub type Val = Vec<u8>;
|