Crate sync_lsp_derive

Crate sync_lsp_derive 

Source
Expand description

§Sync Lsp Derive

This crate contains macros for the sync-lsp crate. Therefore it is not intended to be used directly.

Attribute Macros§

type_provider
This macro provides default implementations for all required types in TypeProvider.

Derive Macros§

Command
This macro implements the Command trait for a given type. the #[command(title = "...")] attribute can be used to define the title of the command on enum variants or structs.