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
At the moment, you can't create a ByAddress wrapper for a Weak reference, because these don't implement the Deref trait, only strong references do. But it would certainly be useful to be able to hash and compare these by the address of the pointed-to value. Is there a way that this can be done?
The text was updated successfully, but these errors were encountered:
At the moment, you can't create a
ByAddress
wrapper for aWeak
reference, because these don't implement theDeref
trait, only strong references do. But it would certainly be useful to be able to hash and compare these by the address of the pointed-to value. Is there a way that this can be done?The text was updated successfully, but these errors were encountered: