remove Sized constraint

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

@ -22,7 +22,7 @@ impl<S> CountFuture<S> {
impl<S> Future for CountFuture<S>
where
S: Sized + Stream,
S: Stream,
{
type Output = usize;

Loading…
Cancel
Save