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]
impl Debug for WillSavefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Notification for WillSave[src]
impl Notification for WillSavetype Params = WillSaveTextDocumentParams
const METHOD: &'static str
METHOD: &'static str = "textDocument/willSave"