Skip to main content

join2

Function join2 

Source
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,