Enum languageserver_types::request::GotoImplementation[][src]

pub enum GotoImplementation {}

The goto implementation request is sent from the client to the server to resolve the implementation location of a symbol at a given text document position.

Trait Implementations

impl Debug for GotoImplementation
[src]

Formats the value using the given formatter. Read more

impl Request for GotoImplementation
[src]

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

Auto Trait Implementations