Trait flag::FlagExt [] [src]

pub trait FlagExt {
    fn set(&mut self) -> bool;
fn check(&mut self) -> bool; }

Required Methods

Implementors