mod_installer::utils

Function copy_folder

Source
pub fn copy_folder(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path> + Debug,
) -> Result<(), Box<dyn Error>>