[][src]Function ffi_utils::bindgen_utils::copy_files

pub fn copy_files<S: AsRef<Path>, T: AsRef<Path>>(
    source: S,
    target: T,
    extension: &str
) -> Result<()>

Recursively copy all files with the given extension from the source to the target directories.