pub trait Call<T> {
    fn call(&mut self, op1: T);
}

Required Methods§

Emit a call instruction.

Implementors§