Skip to content

Commit 399be04

Browse files
committed
add in indication that next method is provided in guide level explanation
Signed-off-by: Nell Shamrell <[email protected]>
1 parent ece63c8 commit 399be04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rfc-drafts/stream.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub trait Stream {
7373
fn next(&mut self) -> Next<'_, Self>
7474
where
7575
Self: Unpin;
76+
{ ... }
7677
}
7778
```
7879

0 commit comments

Comments
 (0)