supports_shift_ops

Macro supports_shift_ops 

Source
macro_rules! supports_shift_ops {
    ($TypeNameSelf:ty, $TypeNameOther:ty, $UnitA:path, $UnitB:path) => { ... };
    ($TypeNameSelf:ty, $TypeNameOther:ty, $UnitA:path) => { ... };
}