Trait SlicePages

Source
pub trait SlicePages: Sealed {
    // Required method
    fn slice(&self) -> &[u8] ;
}
Expand description

Common trait for pages objects which can be read

Required Methods§

Source

fn slice(&self) -> &[u8]

Gets a slice of the raw bytes of the pages represented by this pages object

Implementors§