Enum lsp_types::notification::DidCloseTextDocument [−][src]
pub enum DidCloseTextDocument {}Expand description
The document close notification is sent from the client to the server when the document got closed in the client. The document’s truth now exists where the document’s uri points to (e.g. if the document’s uri is a file uri the truth now exists on disk).
Trait Implementations
type Params = DidCloseTextDocumentParamsAuto Trait Implementations
impl RefUnwindSafe for DidCloseTextDocumentimpl Send for DidCloseTextDocumentimpl Sync for DidCloseTextDocumentimpl Unpin for DidCloseTextDocumentimpl UnwindSafe for DidCloseTextDocument