pub fn compute_diff(
pristine_etc_files: &Directory<CustomMetadata>,
current_etc_files: &Directory<CustomMetadata>,
new_etc_files: &Directory<CustomMetadata>,
) -> Result<Diff>Expand description
Computes the differences between two directory snapshots.