fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Migrate from `async-trait` to native (Rust 1.75)

Open LeoBorai opened this issue 1 year ago • 1 comments

Thanks to Rust 1.75, we can now make use of async fn in traits (with certain limitations).

Read more here: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html#async-fn-and-return-position-impl-trait-in-traits

A PR testing what can be changed would be awesome, to start making progress on this side.

LeoBorai avatar Dec 28 '23 19:12 LeoBorai

Stale issue message

github-actions[bot] avatar Feb 27 '24 11:02 github-actions[bot]