tokio-xmpp: derive Debug on multiple structures
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e3a4aae42d
commit
6fe7f92e7d
4 changed files with 9 additions and 0 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue