Struct languageserver_types::DidChangeWatchedFilesRegistrationOptions[][src]

pub struct DidChangeWatchedFilesRegistrationOptions {
    pub watchers: Vec<FileSystemWatcher>,
}

Describe options to be used when registered for text document change events.

Fields

The watchers to register.

Trait Implementations

impl Debug for DidChangeWatchedFilesRegistrationOptions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations