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]
impl Debug for Initializedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Notification for Initialized[src]
impl Notification for InitializedAuto Trait Implementations
impl Send for Initialized
impl Send for Initializedimpl Sync for Initialized
impl Sync for Initialized