Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
[ipc] E: Trait for Message
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenna committed Aug 26, 2024
1 parent 43fd030 commit b50d3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ipc/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub enum MessageType {
}
crate::static_assert_size!(MessageType, 4);

#[derive(Debug)]
pub struct Message {
pub source: ProcessIdentifier,
pub destination: ProcessIdentifier,
Expand Down

0 comments on commit b50d3ab

Please sign in to comment.