Structs§
- TryHash
Map - A hashmap that supports fallible hashing and equality checking.
Traits§
- TryEq
- Analogous to
Eq
, but for fallible conversions. - TryHash
- Try to hash something, returning an error if it’s not possible.
- TryPartial
Eq - Analagous to
PartialEq
, but for fallible conversions.