forked from mirror/async-std
Update src/stream/stream/mod.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
parent
37922408e5
commit
9ebe41f2d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue