simple_database

Type Alias KeyValue

Source
pub type KeyValue = Vec<(Vec<u8>, Vec<u8>)>;

Aliased Typeยง

struct KeyValue { /* private fields */ }