pub type DapMessage = Message;
Expand description
The common message type for the DAP protocol.
Aliased Type§
enum DapMessage {
Request(Request),
Response(Response),
Event(Event),
}
Variants§
Trait Implementations§
Source§impl GetMessageKind for DapMessage
impl GetMessageKind for DapMessage
Source§fn get_message_kind() -> MessageKind
fn get_message_kind() -> MessageKind
Returns the kind of the message.