pub async fn run<P: PluginHandler>(plugin: P) -> Result<()>Expand description
Runs the JSON‑RPC stdin/stdout loop until EOF or fatal error.
pub async fn run<P: PluginHandler>(plugin: P) -> Result<()>Runs the JSON‑RPC stdin/stdout loop until EOF or fatal error.