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