Skip to main content

load_private_parts

Function load_private_parts 

Source
fn load_private_parts(
    document: &mut Table,
    manifest_path: &Path,
    parts: Vec<PathBuf>,
    included: &mut IndexSet<PathBuf>,
) -> Result<(), ManifestLoadError>