pub type LeftJoinTuple<Out1, Out2> = (Out1, Option<Out2>);
Type alias for a pair of joined items in a left join.