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: Extensionsextensions will carry anything possible in the context, including Meta
this is similar with the Extensions in http crate