pub type Slice = [Byte];
Unsized byte slice used by raw database APIs.
This aliases [u8] so borrowed keys and values share one canonical spelling. The alias itself carries no encoding guarantee.
[u8]