Trait tokio_xmpp::connect::AsyncReadAndWrite

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

trait returned wrapped in XmppStream by ServerConnector

Implementors§