Skip to main content

OrdContainer

Trait OrdContainer 

Source
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".

Implementors§

Source§

impl<C: for<'a> Container<Ref<'a>: Ord>> OrdContainer for C