pub fn verify<R: Reporter>(
plan: &SyncPlan,
src: &Path,
dst: &Path,
mode: VerifyMode,
metadata: MetadataOptions,
threads: usize,
control: &RunControl,
reporter: &R,
) -> Result<VerificationSummary>Expand description
Verify a completed apply before manifest persistence.
ยงErrors
Returns an I/O, containment, metadata, or cancellation error.