Trait uptown_funk::Executor[][src]

pub trait Executor {
    type Return: Clone;
    fn memory(&self) -> Memory;
}

Provides access to the instance execution environment.

Associated Types

Loading content...

Required methods

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

Get mutable access to the instance memory.

Loading content...

Implementors

Loading content...