Skip to main content

impl_single_collect_future

Macro impl_single_collect_future 

Source
macro_rules! impl_single_collect_future {
    (
        $future_type:ident,
        $output_type:ty,
        lifetime: $($lt:lifetime),*
    ) => { ... };
}
Expand description

为 CollectFuture (单表) 生成 IntoFuture 实现