pub fn copy_dir(
    source: impl AsRef<Path>,
    target_dir: impl AsRef<Path>
) -> Result<()>
Available on crate feature project-util only.
Expand description

Copies all content of the source dir into the target dir