Expand description
Connection provides a generic connection over a stream and codec This is used to implement clients (ie. for a command line utility)
Structsยง
- Connection
- Connection type implemented on top of AsyncRead + AsyncWrite and an Encoder/Decoder This provides a simple / generic base object for managing tokio connections