pub type OuterJoinIter<'a, T> = OuterJoin<'a, DFIter<'a, T>, T>;
pub struct OuterJoinIter<'a, T> { /* private fields */ }