Enum languageserver_types::notification::DidChangeWatchedFiles[][src]

pub enum DidChangeWatchedFiles {}

The watched files notification is sent from the client to the server when the client detects changes to files watched by the language client.

Trait Implementations

impl Debug for DidChangeWatchedFiles
[src]

Formats the value using the given formatter. Read more

impl Notification for DidChangeWatchedFiles
[src]

METHOD: &'static str = "workspace/didChangeWatchedFiles"

Auto Trait Implementations