Implement DerefAsync and DerefMutAsync as Deref and DerefMut in async context #50458
Labels
A-async-await
Area: Async & Await
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Introduce traits:
Add support for awaiting derefs. This can be very useful, EG, in async realization of lazy pattern:
The text was updated successfully, but these errors were encountered: