Function copy_dir_all

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

Copies the contents of src into the directory dst.