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>]
where
Self: Sized + Stream,
Self: Sized,
{
CountFuture::new(self)
}

Loading…
Cancel
Save