mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-16 07:36:05 +02:00
parent
3474c07c13
commit
059e75b47c
@ -4,7 +4,7 @@ minutes: 5
|
||||
|
||||
# Async Traits
|
||||
|
||||
Async methods in traits are were stabilized in the 1.75 release. This required
|
||||
Async methods in traits were stabilized in the 1.75 release. This required
|
||||
support for using return-position `impl Trait` in traits, as the desugaring for
|
||||
`async fn` includes `-> impl Future<Output = ...>`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user