Trait MemBlock

Source
pub trait MemBlock {
    // Required method
    fn to_cpu_bytes(&self) -> Bytes;
}

Required Methods§

Implementors§