Skip to main content

OutEmitter

Trait OutEmitter 

Source
pub trait OutEmitter {
    // Required method
    fn out(&mut self);
}
Expand description

OUT.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | (none)   |
+---+----------+

Required Methods§

Source

fn out(&mut self)

Implementors§

Source§

impl<'a> OutEmitter for Assembler<'a>