Expand description
Sealed state: an ephemeral, non-persistent key/value container.
SealedState stores data with set-once semantics — each key can be
written exactly once, then becomes immutable for the container’s lifetime.
Sensitive keys are tracked separately and redacted in Debug output.
Serialize is intentionally not implemented to prevent accidental persistence.
Structs§
- Sealed
State - Sealed key/value container with set-once semantics.
Enums§
- Sealed
State Error - Errors from
SealedStateoperations.