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]
impl Request for DocumentLinkRequest[src]
type Params = DocumentLinkParams
type Result = Option<Vec<DocumentLink>>
const METHOD: &'static str
METHOD: &'static str = "textDocument/documentLink"