[][src]Trait yaxpeax_arch::LengthedInstruction

pub trait LengthedInstruction {
    type Unit;
    fn len(&self) -> Self::Unit;
fn min_size() -> Self::Unit; }

Associated Types

type Unit

Loading content...

Required methods

fn len(&self) -> Self::Unit

fn min_size() -> Self::Unit

Loading content...

Implementors

Loading content...