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
ContainerBasetype materializes theRawContainertrait, providing a physical implementation of a generic container type