lsp_types

Type Alias LSPObject

Source
pub type LSPObject = Map<String, Value>;
Expand description

LSP object definition.

@since 3.17.0

Aliased Typeยง

struct LSPObject { /* private fields */ }