Crate try_collections

Crate try_collections 

Source

Structs§

TryHashMap
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.
TryPartialEq
Analagous to PartialEq, but for fallible conversions.

Type Aliases§

TryReserveError