pub type Raw = Bytes;
Raw byte data type used for serialized cache values. Using Bytes provides efficient zero-copy cloning via reference counting.
Bytes
pub struct Raw { /* private fields */ }