pub fn copy_directory(src: &Path, dst: &Path) -> Result<(), Error>
Helper function that recursively copies all contents from src to dst.
src
dst