IsSetX

pub trait IsSetX {
    // Required method
    fn get(self) -> u32;
}

Required Methods§

Source

fn get(self) -> u32

Implementors§