Trait fuel_vm::interpreter::Memory
source · pub trait Memory: AsRef<MemoryInstance> + AsMut<MemoryInstance> { }
Expand description
The trait for the memory.
pub trait Memory: AsRef<MemoryInstance> + AsMut<MemoryInstance> { }
The trait for the memory.