macro_rules! impl_bitwise_ops_trait {
    ($t: ty) => { ... };
}