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