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 78c49f9 commit 44b3d3dCopy full SHA for 44b3d3d
src/stream/stream/fuse.rs
@@ -37,6 +37,7 @@ impl<S: futures::Stream> Fuse<S> {
37
}
38
39
40
+
41
impl<S: futures::Stream> futures::Stream for Fuse<S> {
42
type Item = S::Item;
43
0 commit comments