Enum languageserver_types::notification::Initialized[][src]

pub enum Initialized {}

The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server. The server can use the initialized notification for example to dynamically register capabilities.

Trait Implementations

impl Debug for Initialized
[src]

Formats the value using the given formatter. Read more

impl Notification for Initialized
[src]

METHOD: &'static str = "initialized"

Auto Trait Implementations

impl Send for Initialized

impl Sync for Initialized