Skip to main content

start_copy

Function start_copy 

Source
pub fn start_copy(
    sources: Vec<PathBuf>,
    destination: PathBuf,
    options: CopyOptions,
    token: CancellationToken,
) -> Receiver<CopyResult>
Expand description

Start an async copy operation.

Returns a receiver for progress updates and results.