Function copy_dir_recursive

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