Enum lsp_types::request::GotoDefinition [−][src]
pub enum GotoDefinition {}Expand description
The goto definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position.
Trait Implementations
type Params = GotoDefinitionParamstype Result = Option<GotoDefinitionResponse>Auto Trait Implementations
impl RefUnwindSafe for GotoDefinitionimpl Send for GotoDefinitionimpl Sync for GotoDefinitionimpl Unpin for GotoDefinitionimpl UnwindSafe for GotoDefinition