pub fn join2<'a, FA, FB>( a: FA, b: FB, ) -> Join2<'a, <FA as Future>::Output, <FB as Future>::Output> ⓘwhere FA: Future + 'a, FB: Future + 'a,