Enum lsp_types::request::WorkspaceSymbol [−][src]
pub enum WorkspaceSymbol {}Expand description
The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string.
Trait Implementations
type Params = WorkspaceSymbolParamstype Result = Option<Vec<SymbolInformation>>Auto Trait Implementations
impl RefUnwindSafe for WorkspaceSymbolimpl Send for WorkspaceSymbolimpl Sync for WorkspaceSymbolimpl Unpin for WorkspaceSymbolimpl UnwindSafe for WorkspaceSymbol