Trait if_decompiler::VMInstruction[][src]

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

Required methods

Implementors