Skip to content

Commit 5a2c82c

Browse files
farazdagiheilhead
authored andcommitted
feat: adds debug trait to published messages (#4)
1 parent 0b83a28 commit 5a2c82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relay_client/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mod outbound;
2020
mod stream;
2121

2222
/// The message received from a subscription.
23+
#[derive(Debug)]
2324
pub struct PublishedMessage {
2425
pub topic: Topic,
2526
pub message: Arc<str>,

0 commit comments

Comments
 (0)