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

trait returned wrapped in XMPPStream by ServerConnector

Implementors§