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