Enum languageserver_types::notification::DidSaveTextDocument
[−]
[src]
pub enum DidSaveTextDocument {}The document save notification is sent from the client to the server when the document was saved in the client.
Trait Implementations
impl Debug for DidSaveTextDocument[src]
impl Notification for DidSaveTextDocument[src]
type Params = DidSaveTextDocumentParams
const METHOD: &'static str
METHOD: &'static str = "textDocument/didSave"