pub type ConnectStream = IOStreamAsyncReadWrite<SocketConnection>;
Expand description
Type alias for the stream type of the connect_async()
functions.
Aliased Typeยง
struct ConnectStream { /* private fields */ }
pub type ConnectStream = IOStreamAsyncReadWrite<SocketConnection>;
Type alias for the stream type of the connect_async()
functions.
struct ConnectStream { /* private fields */ }