pub fn diff_latest(
vault_path: &Path,
profile: &str,
) -> SafeResult<Vec<SnapDiffEntry>>Expand description
Compare the on-disk vault file at vault_path against the most-recent
snapshot for profile.
Returns NoSnapshotAvailable if no snapshots exist.