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