Trait juicebox_asm::insn::Call

source ·
pub trait Call<T> {
    // Required method
    fn call(&mut self, op1: T);
}
Expand description

Trait for call instruction kinds.

Required Methods§

source

fn call(&mut self, op1: T)

Emit a call instruction.

Implementors§