pub trait OrderedContainer<T>: Container<T> { }
Expand description

A utility trait to abstract over linear and ordered container-like things, excluding things such as sets and heaps.

This trait is sealed and an implementation detail - its internals should not be relied on by users.

Implementations on Foreign Types§

Implementors§