Expand description
The Framed
type for futures::io::{AsyncRead, AsyncWrite}
streams
Structs§
- Framed
- A wrapper around a byte stream that uses an
Encode + Decode
type to produce aSink + Stream
Enums§
- Read
Frame Error - Errors arising from reading a frame
- Write
Frame Error - Errors arising from writing a frame to a stream