Trait yaxpeax_arch::LengthedInstruction[][src]

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

Associated Types

Loading content...

Required methods

fn len(&self) -> Self::Unit[src]

fn min_size() -> Self::Unit[src]

Loading content...

Implementors

Loading content...