Skip to content

Commit

Permalink
Derive Tabled for MessageRouted
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 15, 2024
1 parent 7b27f18 commit e85c22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ pub struct GetMessage {
}

#[derive(Debug, Deserialize, Clone, Eq, PartialEq)]
#[cfg_attr(feature = "tabled", derive(Tabled))]
pub struct MessageRouted {
pub routed: bool,
}
Expand Down

0 comments on commit e85c22c

Please sign in to comment.