pub async fn serve_plugin_runtime_provider<P>(provider: Arc<P>) -> Result<()>where
P: PluginRuntimeProvider,Expand description
Serves a plugin-runtime provider over the configured Unix socket.
pub async fn serve_plugin_runtime_provider<P>(provider: Arc<P>) -> Result<()>where
P: PluginRuntimeProvider,Serves a plugin-runtime provider over the configured Unix socket.