[][src]Trait yaxpeax_arch::DecodeError

pub trait DecodeError {
    fn data_exhausted(&self) -> bool;
fn bad_opcode(&self) -> bool;
fn bad_operand(&self) -> bool; }

Required methods

fn data_exhausted(&self) -> bool

fn bad_opcode(&self) -> bool

fn bad_operand(&self) -> bool

Loading content...

Implementors

Loading content...