pub fn copy(
sources: &[PathBuf],
target: &Path,
options: &Options
) -> CopyResult<()>Expand description
Copy all sources to target.
Returns an Err(Error::NotAllFilesCopied) if at least one non-fatal error
was encountered.
Behavior is determined by the options parameter, see Options for details.