Trait Opcode
pub trait Opcode {
    // Provided methods
    fn position(&self) -> u32 { ... }
    fn opcode(&self) -> UnwindOpcodes { ... }
}Expand description
Trait shared by all Opcodes
Provided Methods§
fn opcode(&self) -> UnwindOpcodes
fn opcode(&self) -> UnwindOpcodes
The original opcode