Enum languageserver_types::request::GotoTypeDefinition
[−]
[src]
pub enum GotoTypeDefinition {}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
impl Debug for GotoTypeDefinition[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Request for GotoTypeDefinition[src]
type Params = TextDocumentPositionParams
type Result = Option<GotoTypeDefinitionResponse>
const METHOD: &'static str
METHOD: &'static str = "textDocument/typeDefinition"