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

Implement ExactSizeIterator for Iter<T: Buf> #126

Closed
brianwp3000 opened this issue May 23, 2017 · 1 comment
Closed

Implement ExactSizeIterator for Iter<T: Buf> #126

brianwp3000 opened this issue May 23, 2017 · 1 comment

Comments

@brianwp3000
Copy link

An std::iter::ExactSizeIterator is "an iterator that knows its exact length".
Implementing ExactSizeIterator for Iter<T: Buf> is trivial because it already returns the exact size in its implementation of size_hint()--it just needs an empty trait impl.

@carllerche
Copy link
Member

Fixed by #127

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

No branches or pull requests

2 participants