flag_type

Macro flag_type 

Source
macro_rules! flag_type {
    ($f: ident { $($n: ident = $v: expr),*}) => { ... };
}