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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Notification for LogMessage[src]
type Params = LogMessageParams
const METHOD: &'static str
METHOD: &'static str = "window/logMessage"