pub trait Call<T> { // Required method fn call(&mut self, op1: T); }
Trait for call instruction kinds.
call
Emit a call instruction.