Function dircpy::copy_dir

source ·
pub fn copy_dir<P: AsRef<Path>, Q: AsRef<Path>>(
    source: P,
    dest: Q
) -> Result<(), Error>
Expand description

Copy a directory from source to dest, creating dest, with minimal options.