Function copy_files_all

Source
pub(crate) fn copy_files_all(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path>,
) -> Result<()>
Expand description

Copy everything that ISN’T a directory… just the files