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

Fix trait bound of StoreReader::iter #2360

Merged
merged 2 commits into from Apr 15, 2024
Merged

Fix trait bound of StoreReader::iter #2360

merged 2 commits into from Apr 15, 2024

Conversation

adamreichold
Copy link
Contributor

Similar to StoreReader::get, StoreReader::iter should only require DocumentDeserialize and not Document.

Similar to `StoreReader::get`, `StoreReader::iter` should only require
`DocumentDeserialize` and not `Document`.
… it can be used in impls of Stream/AsyncIterator.
@PSeitz
Copy link
Contributor

PSeitz commented Apr 15, 2024

Thanks!

@PSeitz PSeitz merged commit b493743 into main Apr 15, 2024
4 checks passed
@PSeitz PSeitz deleted the reader-iter-trait-bounds branch April 15, 2024 13:50
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 this pull request may close these issues.

None yet

2 participants