databendlabs/databend

Refactor: use native async fn in trait syntax

Open

#12,201 创建于 2023年7月25日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Rust (880 fork)github user discovery
C-refactoringgood first issue

仓库指标

Star
 (9,314 star)
PR 合并指标
 (平均合并 4天 18小时) (30 天内合并 99 个 PR)

描述

Summary

The native async-fn-in-trait has been available in the nightly version for some time now. Perhaps it's time to start replacing async_trait with this native feature.

贡献者指南