Skip to main content

copy_dir_contents_public

Function copy_dir_contents_public 

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

Recursively copy directory contents (public wrapper for plugin_resolver).