Skip to main content

LoopEmitter

Trait LoopEmitter 

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

LOOP.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Imm      |
| 2 | Label    |
| 3 | Sym      |
+---+----------+

Required Methods§

Source

fn loop(&mut self, op0: A)

Implementors§