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