Skip to main content

CSepEmitter

Trait CSepEmitter 

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

C_SEP.

Supported operand variants:

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

Required Methods§

Source

fn c_sep(&mut self)

Implementors§