pub trait IsKeyedMonotonic: KeyedSingletonBound + Sealed { }Expand description
Marker trait that is implemented for KeyedSingletonBound types whose per-key values
are monotonically non-decreasing (or bounded).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".