Skip to main content

Raw

Type Alias Raw 

Source
pub type Raw = Bytes;
Expand description

Raw byte data type used for serialized cache values. Using Bytes provides efficient zero-copy cloning via reference counting.

Aliased Typeยง

pub struct Raw { /* private fields */ }