Expand description
Result-typed memento loader. Returns Ok(empty) for missing
files, Err(FileSystemIO) for read failures, and
Err(SerializationError) for parse failures (with a timestamped
corruption backup written as a side effect). Used during recovery
flows where the caller needs to know that loading actually
failed.