Type Alias kvdb::DBKeyValue
source ยท pub type DBKeyValue = (DBKey, DBValue);
Expand description
A tuple holding key and value data, used in the iterator item type.
pub type DBKeyValue = (DBKey, DBValue);
A tuple holding key and value data, used in the iterator item type.