Skip to main content

RootsListChangedNotification

Type Alias RootsListChangedNotification 

Source
pub type RootsListChangedNotification = NotificationNoParam<RootsListChangedNotificationMethod>;

Aliased Type§

pub struct RootsListChangedNotification {
    pub method: RootsListChangedNotificationMethod,
    pub extensions: Extensions,
}

Fields§

§method: RootsListChangedNotificationMethod§extensions: Extensions

extensions will carry anything possible in the context, including Meta

this is similar with the Extensions in http crate