Trait tokio_xmpp::connect::AsyncReadAndWrite

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

trait returned wrapped in XMPPStream by ServerConnector

Implementors§