copy_file

Function copy_file 

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