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

pub struct Identity<A>(pub A);

The instruction that does nothing.

Trait Implementations

impl<A> Instr for Identity<A>

type Return = A