Enum languageserver_types::request::DocumentLinkResolve[][src]

pub enum DocumentLinkResolve {}

The document link resolve request is sent from the client to the server to resolve the target of a given document link.

Trait Implementations

impl Debug for DocumentLinkResolve
[src]

Formats the value using the given formatter. Read more

impl Request for DocumentLinkResolve
[src]

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

Auto Trait Implementations