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.
impl Stream for T
1 parent a4d42e7 commit d6ffdbcCopy full SHA for d6ffdbc
src/stream/stream/mod.rs
@@ -547,7 +547,7 @@ pub trait Stream {
547
}
548
549
550
-impl<T: futures_core::stream::Stream + Unpin + ?Sized> Stream for T {
+impl<T: futures_core::stream::Stream + ?Sized> Stream for T {
551
type Item = <Self as futures_core::stream::Stream>::Item;
552
553
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> {
0 commit comments