Enum lsp_types::request::ShowDocument [−][src]
pub enum ShowDocument {}Expand description
The show document request is sent from a server to a client to ask the client to display a particular document in the user interface.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShowDocumentimpl Send for ShowDocumentimpl Sync for ShowDocumentimpl Unpin for ShowDocumentimpl UnwindSafe for ShowDocument