Trait operational::instr::Instr [] [src]

pub trait Instr {
    type Return;
}

The trait for an instruction set.

Holds its return type as an associated type.

Associated Types

type Return

Implementors