Enum languageserver_types::request::DocumentLinkRequest [] [src]

pub enum DocumentLinkRequest {}

The document links request is sent from the client to the server to request the location of links in a document.

Trait Implementations

impl Debug for DocumentLinkRequest
[src]

[src]

Formats the value using the given formatter.

impl Request for DocumentLinkRequest
[src]

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