Skip to main content

MonitorEmitter

Trait MonitorEmitter 

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

MONITOR.

Supported operand variants:

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

Required Methods§

Source

fn monitor(&mut self)

Implementors§