pub type PluginsDirLoadResult = (Vec<String>, HashMap<String, PluginConfig>);Expand description
Result type for LoadPluginsFromDirWithConfig: (load errors, discovered plugins keyed by name). Aliased so the non-blocking
_request helpers can return a clippy-tractable receiver type.