pub trait OrdContainer: for<'a> Container<Ref<'a>: Ord> { }Expand description
A container whose references can be ordered.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait OrdContainer: for<'a> Container<Ref<'a>: Ord> { }A container whose references can be ordered.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".