pub trait SelectBitOr<Then, Else> { type Out; }
Select between two types based on BitOr capability.
BitOr