mod_installer::utils

Function clone_directory

Source
pub fn clone_directory(
    src: &Path,
    dest: &Path,
) -> Result<PathBuf, Box<dyn Error>>