Type Alias ProgressNotification

Source
pub type ProgressNotification = Notification<ProgressNotificationMethod, ProgressNotificationParam>;

Aliased Type§

pub struct ProgressNotification {
    pub method: ProgressNotificationMethod,
    pub params: ProgressNotificationParam,
}

Fields§

§method: ProgressNotificationMethod§params: ProgressNotificationParam