Skip to content

Commit

Permalink
Derive Tabled for Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 24, 2024
1 parent b163086 commit 3869c7a
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 @@ -655,6 +655,7 @@ impl fmt::Display for MessageProperties {
}

#[derive(Debug, Deserialize, Clone, Eq, PartialEq)]
#[cfg_attr(feature = "tabled", derive(Tabled))]
pub struct Overview {
pub cluster_name: String,
pub erlang_full_version: String,
Expand Down

0 comments on commit 3869c7a

Please sign in to comment.