Trait fuel_vm::interpreter::Memory

source ·
pub trait Memory: AsRef<MemoryInstance> + AsMut<MemoryInstance> { }
Expand description

The trait for the memory.

Implementors§