bitor

Macro bitor 

Source
macro_rules! bitor {
    ($name:ident : $t:ty = $($rest:ident)|*) => { ... };
    ($t:ty : $($rest:ident)|*) => { ... };
}