Skip to main content

LoggingMessageNotification

Type Alias LoggingMessageNotification 

Source
pub type LoggingMessageNotification = Notification<LoggingMessageNotificationMethod, LoggingMessageNotificationParam>;
Expand description

Notification containing a log message

Aliased Type§

pub struct LoggingMessageNotification {
    pub method: LoggingMessageNotificationMethod,
    pub params: LoggingMessageNotificationParam,
    pub extensions: Extensions,
}

Fields§

§method: LoggingMessageNotificationMethod§params: LoggingMessageNotificationParam§extensions: Extensions

extensions will carry anything possible in the context, including Meta

this is similar with the Extensions in http crate