[][src]Trait cclang::Instruction

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

Required methods

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

Loading content...

Implementors

impl<T, U, V> Instruction<CCLang<T, U, V>> for CCLang<T, U, V> where
    T: Clone + PartialOrd,
    U: Clone + PartialOrd,
    V: AppIO<T, U> + Clone + PartialOrd
[src]

Loading content...