pub fn copy_dir_contents(from: &Path, to: &Path) -> Result<()>
Expand description

Copy contents of one directory to another.

This will only copy directory contents recursively. This will not copy the directory itself.