Trait yaxpeax_arch::DecodeError[][src]

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[src]

fn bad_opcode(&self) -> bool[src]

fn bad_operand(&self) -> bool[src]

Loading content...

Implementors

Loading content...