Attribute Macro lspower_macros::rpc[][src]

#[rpc]

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.