You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
It would be nice to be able to take ownership over the bindings of an object by implementing
IntoIterator
forObject
. For now, bindings can only be borrowed usingiter
anditer_mut
.The text was updated successfully, but these errors were encountered: