Enum languageserver_types::notification::TelemetryEvent[][src]

pub enum TelemetryEvent {}

The telemetry notification is sent from the server to the client to ask the client to log a telemetry event.

Trait Implementations

impl Debug for TelemetryEvent
[src]

Formats the value using the given formatter. Read more

impl Notification for TelemetryEvent
[src]

METHOD: &'static str = "telemetry/event"

Auto Trait Implementations