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]

Formats the value using the given formatter. Read more

impl Request for GotoTypeDefinition
[src]

METHOD: &'static str = "textDocument/typeDefinition"

Auto Trait Implementations