pub fn copy_tree(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
Recursive fn to copy all the content of a directory to another one.
src
dst