pub(crate) fn copy_dir_all( src: impl AsRef<Path>, dst: impl AsRef<Path>, ) -> Result<()>
Recursive copy of all contents in one folder to another