Skip to main content

UmonitorEmitter

Trait UmonitorEmitter 

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

UMONITOR.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpd      |
| 2 | Gpq      |
+---+----------+

Required Methods§

Source

fn umonitor(&mut self, op0: A)

Implementors§