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