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