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