json-rust icon indicating copy to clipboard operation
json-rust copied to clipboard

Implement `IntoIterator` for `Object`

Open timothee-haudebourg opened this issue 4 years ago • 0 comments

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.

timothee-haudebourg avatar Oct 15 '20 13:10 timothee-haudebourg