Enum languageserver_types::notification::LogMessage[][src]

pub enum LogMessage {}

The log message notification is sent from the server to the client to ask the client to log a particular message.

Trait Implementations

impl Debug for LogMessage
[src]

Formats the value using the given formatter. Read more

impl Notification for LogMessage
[src]

METHOD: &'static str = "window/logMessage"

Auto Trait Implementations

impl Send for LogMessage

impl Sync for LogMessage