pub trait RawContainer {
type Item;
}
Expand description
the RawContainer
trait defines the most basic interface for a container composed of
elements of type Item
.
pub trait RawContainer {
type Item;
}
the RawContainer
trait defines the most basic interface for a container composed of
elements of type Item
.