Expand description
Adapter that implements a message based protocol on top of a stream based one
Structs§
- Framed transport codec for streams
Traits§
- A bidirectional framed transport adapter that can be split into its read and write half
Type Aliases§
- Owned
FramedTransport
trait object - Sink (sending) half of
BidiFramed
- Stream (receiving) half of
BidiFramed
- Special case for tokio
TcpStream
basedBidiFramed
instances