[][src]Trait ogma_libs::vm::Callable

pub trait Callable {
    fn call(&self, ctx: &mut Context) -> Result<(), Trap>;
}

Given a Context can call itself and modify the Context

Required methods

fn call(&self, ctx: &mut Context) -> Result<(), Trap>

Loading content...

Implementors

Loading content...