pub type XmppStream = XmlStream<Box<dyn AsyncReadAndWrite + Send + 'static>, XmppStreamElement>;
Expand description
Convenience alias for XmlStreams
which
may be used with StanzaStream
.
Aliased Typeยง
struct XmppStream { /* private fields */ }
pub type XmppStream = XmlStream<Box<dyn AsyncReadAndWrite + Send + 'static>, XmppStreamElement>;
Convenience alias for XmlStreams
which
may be used with StanzaStream
.
struct XmppStream { /* private fields */ }