pub fn copy_recursively_into_existing_dir(
    src_dir: impl AsRef<Path>,
    dst_dir: impl AsRef<Path>
) -> Result<()>
Expand description

A utility to copy the entire contents of src_dir into dst_dir.