databendlabs/databend

Refactor: use native async fn in trait syntax

Open

#12,201 opened on Jul 25, 2023

View on 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
 (Avg merge 4d 18h) (99 merged PRs in 30d)

Description

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.

Contributor guide