[][src]Trait uptown_funk::Executor

pub trait Executor {
    fn memory(&self) -> Memory;
}

Provides access to the instance execution environment.

Required methods

fn memory(&self) -> Memory[src]

Get mutable access to the instance memory.

Loading content...

Implementors

Loading content...