Function copy_file

Source
pub(crate) fn copy_file<S: AsRef<Path>, D: AsRef<Path>>(
    sh: &Shell,
    src: S,
    dst: D,
) -> Result<()>