Function dircpy_stable::copy_dir[][src]

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

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