pub trait RawSpace {
type Elem;
}Expand description
The RawSpace trait is used to define a base interface for all containers whose elements
are of one specific type.
pub trait RawSpace {
type Elem;
}The RawSpace trait is used to define a base interface for all containers whose elements
are of one specific type.