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