Tracking issue for IntoFuture
· Issue #67644 · rust-lang/rust (original) (raw)
Introduced in #65244, this is a trait of a type that can be converted into a Future
, used by .await
(similar to how IntoIterator
is used with for
).
a more complete description can be found in #67644 (comment)