pub type Bytes = Vec<u8>;
Owned byte buffer used for cache keys and values.
pub struct Bytes { /* private fields */ }