#[rpc]
Expand description
Macro for generating LSP server implementation from lsp-types
.
This procedural macro annotates the lspower::LanguageServer
trait and generates a
corresponding opaque ServerRequest
struct along with a handle_request()
function.