Trait kv::Key

source ·
pub trait Key: AsRef<[u8]> { }
Expand description

A Key can be used as a key to a database

Implementors§