Skip to content

Commit

Permalink
feat: adds debug trait to published messages (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
farazdagi authored and heilhead committed Feb 23, 2023
1 parent 0b83a28 commit 5a2c82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay_client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mod outbound;
mod stream;

/// The message received from a subscription.
#[derive(Debug)]
pub struct PublishedMessage {
pub topic: Topic,
pub message: Arc<str>,
Expand Down

0 comments on commit 5a2c82c

Please sign in to comment.