Skip to main content

ProgressNotification

Type Alias ProgressNotification 

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

Aliased Type§

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

Fields§

§method: ProgressNotificationMethod§params: ProgressNotificationParam§extensions: Extensions

extensions will carry anything possible in the context, including Meta

this is similar with the Extensions in http crate