copy_dir_all

Function copy_dir_all 

Source
pub fn copy_dir_all(src: &Path, dst: &Path) -> Result<()>
Expand description

Recursively copies a directory tree from src to dst.

ยงErrors

Returns an error if any directory cannot be created or any file cannot be copied.