Skip to main content

verify_installed_plugin_catalog

Function verify_installed_plugin_catalog 

Source
pub fn verify_installed_plugin_catalog(
    install_root: &Path,
    trust_store: &PluginTrustStore,
    host: &PluginHostTarget,
    references: &[PluginReference],
    activations: &[InstalledPluginActivation],
) -> Result<VerifiedInstalledPluginCatalog, PluginPackageError>