Trait VMInstruction

Source
pub trait VMInstruction {
    // Required methods
    fn addr(&self) -> u32;
    fn does_halt(&self) -> bool;
}

Required Methods§

Source

fn addr(&self) -> u32

Source

fn does_halt(&self) -> bool

Implementors§