Enum languageserver_types::notification::WillSave
[−]
[src]
pub enum WillSave {}The document will save notification is sent from the client to the server before the document is actually saved.
Trait Implementations
impl Debug for WillSave[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Notification for WillSave[src]
type Params = WillSaveTextDocumentParams
const METHOD: &'static str
METHOD: &'static str = "textDocument/willSave"