Function copy_dir

Source
pub fn copy_dir(from: &[&str], to: &str) -> Result<(), Box<dyn Error>>