databendlabs/databend

Refactor: use native async fn in trait syntax

Open

#12,201 opened on 2023年7月25日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)Rust (880 forks)github user discovery
C-refactoringgood first issue

Repository metrics

Stars
 (9,314 stars)
PR merge metrics
 (平均マージ 4d 18h) (30d で 99 merged PRs)

説明

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.

コントリビューターガイド