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