File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Asynchronous stream of elements.
4
4
5
5
Provides two macros, ` stream! ` and ` try_stream! ` , allowing the caller to
6
6
define asynchronous streams of elements. These are implemented using ` async `
7
- & ` await ` notation. The ` stream! ` macro works without unstable features.
7
+ & ` await ` notation. This crate works without unstable features.
8
8
9
9
The ` stream! ` macro returns an anonymous type implementing the [ ` Stream ` ]
10
10
trait. The ` Item ` associated type is the type of the values yielded from the
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Asynchronous stream of elements.
4
4
5
5
Provides two macros, ` stream! ` and ` try_stream! ` , allowing the caller to
6
6
define asynchronous streams of elements. These are implemented using ` async `
7
- & ` await ` notation. The ` stream! ` macro works without unstable features.
7
+ & ` await ` notation. This crate works without unstable features.
8
8
9
9
The ` stream! ` macro returns an anonymous type implementing the [ ` Stream ` ]
10
10
trait. The ` Item ` associated type is the type of the values yielded from the
Original file line number Diff line number Diff line change 11
11
//!
12
12
//! Provides two macros, `stream!` and `try_stream!`, allowing the caller to
13
13
//! define asynchronous streams of elements. These are implemented using `async`
14
- //! & `await` notation. The `stream!` macro works without unstable features.
14
+ //! & `await` notation. This crate works without unstable features.
15
15
//!
16
16
//! The `stream!` macro returns an anonymous type implementing the [`Stream`]
17
17
//! trait. The `Item` associated type is the type of the values yielded from the
You can’t perform that action at this time.
0 commit comments