Type Alias jj_lib::working_copy::SnapshotProgress
source · pub type SnapshotProgress<'a> = dyn Fn(&RepoPath) + Sync + 'a;Expand description
A callback for getting progress updates.
pub type SnapshotProgress<'a> = dyn Fn(&RepoPath) + Sync + 'a;A callback for getting progress updates.