Enum languageserver_types::notification::ShowMessage
[−]
[src]
pub enum ShowMessage {}The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
Trait Implementations
impl Debug for ShowMessage[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Notification for ShowMessage[src]
type Params = ShowMessageParams
const METHOD: &'static str
METHOD: &'static str = "window/showMessage"