pub trait AsyncReadAndWrite:
AsyncBufRead
+ AsyncWrite
+ Unpin
+ Send { }
Expand description
trait returned wrapped in XmppStream by ServerConnector
pub trait AsyncReadAndWrite:
AsyncBufRead
+ AsyncWrite
+ Unpin
+ Send { }
trait returned wrapped in XmppStream by ServerConnector