style: refactor async trait with async-fn-in-trait
and return-position-impl-trait-in-trait
#10554
Labels
async-fn-in-trait
and return-position-impl-trait-in-trait
#10554
Uh oh!
There was an error while loading. Please reload this page.
These features are still unstable but not considered to be "incomplete" now! We can use them to simplify the async trait interfaces.
Already done:
By searching the codebase with
type .+ = impl .*Future
, I find that the storage module is the most significant and valuable part to refactor. cc @wenym1The text was updated successfully, but these errors were encountered: