pub trait FlagIsActive {
    fn flag_is_active(self, f_value: u8) -> bool;
}

Required methods

Implementations on Foreign Types

Add extra functionality to flag test

Implementors