pub type DapMessage = Message;Expand description
The common message type for the DAP protocol.
Aliased Type§
pub enum DapMessage {
Request(Request),
Response(Response),
Event(Event),
}Variants§
Trait Implementations§
Source§impl GetMessageKind for DapMessage
Available on crate feature dap only.
impl GetMessageKind for DapMessage
Available on crate feature
dap only.Source§const MESSAGE_KIND: MessageKind = MessageKind::Dap
const MESSAGE_KIND: MessageKind = MessageKind::Dap
Returns the kind of the message.