Enum lsp_types::request::DocumentLinkRequest [−][src]
pub enum DocumentLinkRequest {}Expand description
The document links request is sent from the client to the server to request the location of links in a document.
Trait Implementations
type Params = DocumentLinkParamstype Result = Option<Vec<DocumentLink>>Auto Trait Implementations
impl RefUnwindSafe for DocumentLinkRequestimpl Send for DocumentLinkRequestimpl Sync for DocumentLinkRequestimpl Unpin for DocumentLinkRequestimpl UnwindSafe for DocumentLinkRequest