We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db374bd + 8a75d55 commit 24a7aadCopy full SHA for 24a7aad
library/core/src/async_iter/async_iter.rs
@@ -12,6 +12,7 @@ use crate::task::{Context, Poll};
12
/// [impl]: index.html#implementing-async-iterator
13
#[unstable(feature = "async_iterator", issue = "79024")]
14
#[must_use = "async iterators do nothing unless polled"]
15
+#[doc(alias = "Stream")]
16
pub trait AsyncIterator {
17
/// The type of items yielded by the async iterator.
18
type Item;
0 commit comments