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 IntoIterator for Object #190

Open
timothee-haudebourg opened this issue Oct 15, 2020 · 0 comments · Fixed by rustadopt/jzon-rs#1
Open

Implement IntoIterator for Object #190

timothee-haudebourg opened this issue Oct 15, 2020 · 0 comments · Fixed by rustadopt/jzon-rs#1

Comments

@timothee-haudebourg
Copy link

Hi,

It would be nice to be able to take ownership over the bindings of an object by implementing IntoIterator for Object. For now, bindings can only be borrowed using iter and iter_mut.

gierens added a commit to rustadopt/jzon-rs that referenced this issue Aug 25, 2023
(json PR 191) Implement `IntoIterator` for `Object`.

Resolves maciejhirsz/json-rust#190
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