pub type SnapshotProgress<'a> = dyn Fn(&RepoPath) + Sync + 'a;
A callback for getting progress updates.