tokio_xmpp::stanzastream

Type Alias XmppStream

Source
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 */ }