Consider to remove `async_trait`
Open
dependency
maintenance
- Dominant language
- Rust
- Stars
- 44
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
[Using async fn in trait seems to be implemented in Rust 1.75.0](https://blog.rust-lang.org/inside-rust/2023/05/03/stabilizing-async-fn-in-trait.html)
However, removing async_trait makes the type declaration look much more complicated.
Ref:
- `async-trait`: https://github.com/dtolnay/async-trait
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.