Function copy_dir_recursive

Source
pub fn copy_dir_recursive(src: &Path, dst: &Path) -> Result<()>