Skip to content
New issue

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

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

Already on GitHub? # to your account

Forward .try_fold(), .try_rfold() on the iterators when possible #706

Open
bluss opened this issue Sep 10, 2019 · 1 comment
Open

Forward .try_fold(), .try_rfold() on the iterators when possible #706

bluss opened this issue Sep 10, 2019 · 1 comment

Comments

@bluss
Copy link
Member

bluss commented Sep 10, 2019

As of this writing, these methods still use an unstable Try trait and can't be implemented in stable Rust.

When we can, our core element iterators at least, should implement these methods.

@bluss
Copy link
Member Author

bluss commented Sep 12, 2019

Successor to issue #555

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant