pub fn build_plan_controlled<R: Reporter>(
src: &Path,
dst: &Path,
opts: PlanOptions,
filter: &Filter,
control: &RunControl,
reporter: &R,
) -> Result<SyncPlan>Expand description
Build a plan with cooperative control and lifecycle reporting.
ยงErrors
Returns an I/O, containment, empty-source, or cancellation error.