Structs§
- Config
- Thread-safe, immutable configuration container.
Enums§
Traits§
- Store
- Internal helper trait for map-like storage.
It exists solely to let
Config<S>work with different map implementations without leaking complexity into the public API.
Type Aliases§
- Default
Store - Default backing store used by
Config. - Result