Enum lsp_types::request::DocumentLinkResolve [−][src]
pub enum DocumentLinkResolve {}Expand description
The document link resolve request is sent from the client to the server to resolve the target of a given document link.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DocumentLinkResolveimpl Send for DocumentLinkResolveimpl Sync for DocumentLinkResolveimpl Unpin for DocumentLinkResolveimpl UnwindSafe for DocumentLinkResolve