Structsยง
- Hashable
Weak Weak<T>newtype that hashes and compares by the underlying allocation address, so it can be stored in aHashSetor used as aHashMapkey.
Weak<T> newtype that hashes and compares by the underlying
allocation address, so it can be stored in a HashSet or used
as a HashMap key.