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§fn get_message_kind() -> MessageKind
fn get_message_kind() -> MessageKind
Returns the kind of the message.