Module checkpoint

Source
Expand description

Checkpoint functionality for various objects to save and load states.

Enums§

CheckpointError
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.