remove Stream trait bound

new-scheduler
Johannes Weissmann 5 years ago
parent 97094b2a1c
commit 6608d39c59

@ -1416,7 +1416,7 @@ extension_trait! {
"#] "#]
fn count(self) -> impl Future<Output = Ordering> [CountFuture<Self>] fn count(self) -> impl Future<Output = Ordering> [CountFuture<Self>]
where where
Self: Sized + Stream, Self: Sized,
{ {
CountFuture::new(self) CountFuture::new(self)
} }

Loading…
Cancel
Save