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