We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b814916 commit 4baf744Copy full SHA for 4baf744
src/stream/stream/all.rs
@@ -15,7 +15,7 @@ pub struct AllFuture<'a, S, F, T> {
15
}
16
17
impl<'a, S, F, T> AllFuture<'a, S, F, T> {
18
- pub fn new(stream: &'a mut S, f: F) -> Self {
+ pub(crate) fn new(stream: &'a mut S, f: F) -> Self {
19
Self {
20
stream,
21
f,
0 commit comments