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]

Formats the value using the given formatter. Read more

impl Request for DocumentLinkRequest
[src]

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

Auto Trait Implementations