Type Definition kvdb::DBKeyValue

source ·
pub type DBKeyValue = (DBKey, DBValue);
Expand description

A tuple holding key and value data, used in the iterator item type.