Update src/stream/stream/mod.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
new-scheduler
Johannes Weissmann 5 years ago committed by GitHub
parent 37922408e5
commit 9ebe41f2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
{

Loading…
Cancel
Save