Function load_checkpoint_data
pub fn load_checkpoint_data(
checkpoint: &Checkpoint,
run_id: Uuid,
) -> Result<CheckpointData, ReplayError>Expand description
Deserialize a [Checkpoint] snapshot and validate the hash.
Returns CheckpointData ready for use in ReplayConfig.