Struct operational::instr::Identity [] [src]

pub struct Identity<A>(pub A);

The instruction that does nothing.

Trait Implementations

impl<A> Instr for Identity<A>
[src]

Lift the instruction into a program.