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
To use as a key in a hashmap, a type must implement `Eq` and `Hash`.
Additionally, `Copy` is required as well to be used in the .entry()
method of Hashmap.
Derive `Eq`, `Copy` and `Hash` on View to use it as a key in Hashmaps.
Signed-off-by: Ivin Joel Abraham <[email protected]>
0 commit comments