macro_rules! union_future {
($name:ident<$item:ty, $err:ty>, $($n:ident => $ft:ty),*) => { ... };
}Expand description
A macro to create a future that has branched from multiple underlying futures of distinct types.
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.