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::boxed should return Pin<Box<dyn Stream>>, not Pin<Box<Self>> #1767

Closed
cramertj opened this issue Jul 30, 2019 · 0 comments · Fixed by #1780
Closed

StreamExt::boxed should return Pin<Box<dyn Stream>>, not Pin<Box<Self>> #1767

cramertj opened this issue Jul 30, 2019 · 0 comments · Fixed by #1780

Comments

@cramertj
Copy link
Member

This would match the behavior of FutureExt::boxed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant