Macro rubble::gatt::characteristic::const_or[][src]

macro_rules! const_or {
    ($($t : ident :: $bit : ident) | +) => { ... };
    (@ [$first : tt $($rest : tt) *]) => { ... };
}
Expand description

Bitwise or operation on bitflags! types that works in a const context.