We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b83a28 commit 5a2c82cCopy full SHA for 5a2c82c
relay_client/src/client.rs
@@ -20,6 +20,7 @@ mod outbound;
20
mod stream;
21
22
/// The message received from a subscription.
23
+#[derive(Debug)]
24
pub struct PublishedMessage {
25
pub topic: Topic,
26
pub message: Arc<str>,
0 commit comments