pub fn validate_standalone(
manifest: &PluginManifest,
available_host_fns: &HashSet<&str>,
) -> Result<(), ManifestError>Expand description
Returns Ok(()) iff manifest passes every check we can do
statically (i.e. without consulting other plugins). Cross-plugin
conflicts (e.g. two plugins both claim runner: "docker") are
caught by super::registry.