pub type Key = Vec<u8>;
The key part of a key-value pair. An alias for Vec<u8>.
Vec<u8>
struct Key { /* private fields */ }