Enum languageserver_types::notification::Exit[][src]

pub enum Exit {}

A notification to ask the server to exit its process. The server should exit with success code 0 if the shutdown request has been received before; otherwise with error code 1.

Trait Implementations

impl Debug for Exit
[src]

Formats the value using the given formatter. Read more

impl Notification for Exit
[src]

METHOD: &'static str = "exit"

Auto Trait Implementations

impl Send for Exit

impl Sync for Exit