Skip to main content

copy_managed_tree

Function copy_managed_tree 

Source
pub fn copy_managed_tree(
    source_root: impl AsRef<Path>,
    destination_root: impl AsRef<Path>,
    managed_paths: &[String],
) -> Result<()>