Attribute Macro tower_lsp_macros::rpc[][src]

#[rpc]
Expand description

Macro for generating LSP server implementation from lsp-types.

This procedural macro annotates the tower_lsp::LanguageServer trait and generates a corresponding opaque ServerRequest struct along with a handle_request() function.