Skip to main content

CompareClient

Trait CompareClient 

Source
pub trait CompareClient {
    // Required method
    fn compare(&self, bitmask: u8);
}

Required Methods§

Source

fn compare(&self, bitmask: u8)

Passes a bitmask of which of the 4 compares/captures fired (0x0-0xf).

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§