pub type InnerJoinTuple<Out1, Out2> = (Out1, Out2);
Type alias for a pair of joined items in an inner join.