pub trait UmonitorEmitter<A> {
// Required method
fn umonitor(&mut self, op0: A);
}Expand description
UMONITOR.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpd |
| 2 | Gpq |
+---+----------+