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]

Formats the value using the given formatter. Read more

impl Notification for DidSaveTextDocument
[src]

METHOD: &'static str = "textDocument/didSave"

Auto Trait Implementations