pub trait PartialOrdIdentifier: Identifier + PartialOrd { }
Expand description
The PartialOrdIdentity trait represents data which can be used for concurrent actions. Given two such identifiers, we can tell if they are equal and we could potentially compare them.
Object Safety§
This trait is not object safe.