pub trait Empty: PartialOrder { }
Expand description
A type that does not affect total orderedness.
This trait is not useful, but must be made public and documented or else Rust complains about its existence in the constraints on the implementation of public traits for public types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.