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,
}

Fields§

§method: InitializedNotificationMethod