copy_dir_all

Function copy_dir_all 

Source
pub fn copy_dir_all<P: AsRef<Path>, Q: AsRef<Path>>(
    from: P,
    to: Q,
) -> Result<()>
Expand description

Recursively copies a directory.

Symlinks are followed and copied as their target contents.