Expand description
Checkpoint functionality for various objects to save and load states.
Enums§
- Checkpoint
Error - Errors that occur during checkpoint operations. This enum is marked non-exhaustive to allow for extensibility.
Traits§
- Checkpointable
- [
Checkpoint
] is used to save the state of an instance so that it can be restored later.