Type Alias lsp_types::LSPObject

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

LSP object definition.

@since 3.17.0

Aliased Type§

struct LSPObject { /* private fields */ }