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

Copies a single file into the given dir