Trait interpreter::bytecode::Instruction
source · pub trait Instruction: Debug {
// Provided method
fn handle(
&self,
_vm: &mut VM,
_ctx: &mut Context
) -> Result<Progression, Throwable> { ... }
}