Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamExt::fuse() return type is not public #3134

Closed
osa1 opened this issue Nov 12, 2020 · 1 comment
Closed

StreamExt::fuse() return type is not public #3134

osa1 opened this issue Nov 12, 2020 · 1 comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request.

Comments

@osa1
Copy link
Contributor

osa1 commented Nov 12, 2020

https://docs.rs/tokio/0.3.3/tokio/stream/trait.StreamExt.html?search=#method.fuse

Because the return type is not public I can't for example specify type of its binder.

Funny enough, I reported a very similar bug earlier this year, about this same method: #2187

@osa1 osa1 added A-tokio Area: The main tokio crate C-bug Category: This is a bug. labels Nov 12, 2020
@taiki-e
Copy link
Member

taiki-e commented Nov 12, 2020

Closing in favor of #2723.

@taiki-e taiki-e closed this as completed Nov 12, 2020
@taiki-e taiki-e added C-feature-request Category: A feature request. and removed C-bug Category: This is a bug. labels Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
Projects
None yet
Development

No branches or pull requests

2 participants