Enum languageserver_types::notification::PublishDiagnostics[][src]

pub enum PublishDiagnostics {}

Diagnostics notification are sent from the server to the client to signal results of validation runs.

Trait Implementations

impl Debug for PublishDiagnostics
[src]

Formats the value using the given formatter. Read more

impl Notification for PublishDiagnostics
[src]

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

Auto Trait Implementations