Skip to main content

CallfEmitter

Trait CallfEmitter 

Source
pub trait CallfEmitter<A> {
    // Required method
    fn callf(&mut self, op0: A);
}
Expand description

CALLF.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Mem      |
+---+----------+

Required Methods§

Source

fn callf(&mut self, op0: A)

Implementors§