Update src/stream/stream/mod.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
Johannes Weissmann 2019-11-14 10:34:09 +01:00 committed by GitHub
parent 37922408e5
commit 9ebe41f2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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