Function mount_paths

Source
pub fn mount_paths<'a>(
    paths: impl Iterator<Item = &'a Path>,
    new_root: &Path,
) -> Result<(), String>