Skip to main content

InitializedNotification

Type Alias InitializedNotification 

Source
pub type InitializedNotification = NotificationNoParam<InitializedNotificationMethod>;
Expand description

This notification is sent from the client to the server after initialization has finished.

Aliased Type§

pub struct InitializedNotification {
    pub method: InitializedNotificationMethod,
    pub extensions: Extensions,
}

Fields§

§method: InitializedNotificationMethod§extensions: Extensions

extensions will carry anything possible in the context, including Meta

this is similar with the Extensions in http crate