Enum languageserver_types::request::ShowMessageRequest
[−]
[src]
pub enum ShowMessageRequest {}The show message request is sent from a server to a client to ask the client to display a particular message in the user interface. In addition to the show message notification the request allows to pass actions and to wait for an answer from the client.
Trait Implementations
impl Debug for ShowMessageRequest[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Request for ShowMessageRequest[src]
type Params = ShowMessageRequestParams
type Result = Option<MessageActionItem>
const METHOD: &'static str
METHOD: &'static str = "window/showMessageRequest"