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