Function copy_dir_contents

Source
pub fn copy_dir_contents(src: &Path, dest: &Path) -> Result<()>
Expand description

Copy the contents of a directory recursively to another directory. Identical files will be overwritten