Macro union_future::union_future [] [src]

macro_rules! union_future {
    ($name:ident<$item:ty, $err:ty>, $($n:ident => $ft:ty),*) => { ... };
}

A macro to create a future that has branched from multiple underlying futures of distinct types.