[][src]Trait gsm::instruction::Instruction

pub trait Instruction<T> {
    fn name(&self) -> String;
fn execute(&self, m: &mut Machine<T>) -> Option<usize>; }

Required methods

fn name(&self) -> String

fn execute(&self, m: &mut Machine<T>) -> Option<usize>

Loading content...

Implementors

Loading content...