[][src]Trait parser::InstructionTrait

pub trait InstructionTrait {
    fn size(&self) -> usize;
}

Required methods

fn size(&self) -> usize

Loading content...

Implementors

impl InstructionTrait for Ld[src]

impl InstructionTrait for Nop[src]

impl InstructionTrait for Xor[src]

Loading content...