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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Request for DocumentLinkRequest[src]
type Params = DocumentLinkParams
type Result = Option<Vec<DocumentLink>>
const METHOD: &'static str
METHOD: &'static str = "textDocument/documentLink"