Expand description
this module implements the ContainerBase
type, which is a base type for containers that
use a store to manage their data.
Structsยง
- Container
Base - the
ContainerBase
type materializes theRawContainer
trait, providing a physical implementation of a generic container type