Type Alias LoggingMessageNotification

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

Aliased Type§

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

Fields§

§method: LoggingMessageNotificationMethod§params: LoggingMessageNotificationParam