Skip to main content

build_plan_controlled

Function build_plan_controlled 

Source
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.