Function copy_dir_all

Source
pub(crate) fn copy_dir_all(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path>,
) -> Result<()>
Expand description

Recursive copy of all contents in one folder to another