flags!() { /* proc-macro */ }Expand description
Checks validity of a flags string literal at compile time and inserts a therefore
safe runtime call to Flags::new_unchecked.
flags!() { /* proc-macro */ }Checks validity of a flags string literal at compile time and inserts a therefore
safe runtime call to Flags::new_unchecked.