pub trait CompareClient { // Required method fn compare(&self, bitmask: u8); }
Passes a bitmask of which of the 4 compares/captures fired (0x0-0xf).