pub fn probe_plugin_actions(
manifest: &PluginManifest,
contribution: &PluginActionContribution,
context: &PluginActionContext,
) -> Result<Vec<PluginActionMetadata>>Expand description
Blocking probe convenience for worker threads and headless callers. GUI code should run this away from the render thread or use the spawn/parse pair.