macro_rules! impl_unified_aggregate_future {
($future_name:ident) => { ... };
}Expand description
为统一的 AggregateFuture 生成 IntoFuture 实现
macro_rules! impl_unified_aggregate_future {
($future_name:ident) => { ... };
}为统一的 AggregateFuture 生成 IntoFuture 实现