Skip to main content

McommitEmitter

Trait McommitEmitter 

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

MCOMMIT.

Supported operand variants:

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

Required Methods§

Source

fn mcommit(&mut self)

Implementors§