tokio_xmpp::connect

Trait AsyncReadAndWrite

source
pub trait AsyncReadAndWrite:
    AsyncBufRead
    + AsyncWrite
    + Unpin
    + Send { }
Expand description

trait returned wrapped in XmppStream by ServerConnector

Implementors§