pub fn verify(
source: &Path,
destination: &Path,
) -> Result<(), HomeMigrationError>Expand description
Verify the migration: every source file must exist in the destination with a matching size + SHA-256. Extra destination files are not part of the migration set and are ignored.