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