[][src]Attribute Macro tower_lsp_macros::rpc

#[rpc]

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.