pub fn copy_dir_all(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
Copy the contents of the src directory to a new directory named dst. Permissions will be preserved.
src
dst