Expand description
this module defines the RawContainer
trait for establishing a core interface for
various representations of a container.
Traitsยง
- RawContainer
- the
RawContainer
trait defines the most basic interface for a container composed of elements of typeItem
.