pub fn overwrite_file<F>(
source: &Path,
target: &Path,
on_progress: F,
) -> Result<CopyResult, CopyError>where
F: Fn(&CopyProgress),pub fn overwrite_file<F>(
source: &Path,
target: &Path,
on_progress: F,
) -> Result<CopyResult, CopyError>where
F: Fn(&CopyProgress),