fn copy_dir_recursive(src: &Path, dst: &Path) -> Result<()>
Recursively copy a directory and all its contents.