tokio-xmpp: derive Debug on multiple structures

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-03-26 21:54:59 +01:00
commit 6fe7f92e7d
4 changed files with 9 additions and 0 deletions

View file

@ -90,6 +90,7 @@ pub enum Event {
}
/// Frontend interface to a reliable, always-online stanza stream.
#[derive(Debug)]
pub struct StanzaStream {
rx: mpsc::Receiver<Event>,
tx: mpsc::Sender<QueueEntry>,