pub trait ToMemoryBlock {
    fn to_memory_block(&self, mem: &PluginMemory) -> Result<MemoryBlock, Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§