[][src]Crate try_collections

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 Definitions

TryReserveError