Crate any_cmp

Source
Expand description

Support dynamic type comparisons.

The author of this crate is not good at English. Forgive me if the document is hard to read.

Modules§

prelude
Crate’s prelude.

Traits§

AnyEq
Like Eq, but this trait can be dynamic.
AnyHash
Like Hash, but this trait can be dynamic.
AnyOrd
Like Ord, but this trait can be dynamic.
AnyPartialEq
Like PartialEq, but this trait can be dynamic.
AnyPartialOrd
Like PartialOrd, but this trait can be dynamic.
ObjHash
Trait that combines AnyEq and AnyHash.