[][src]Module async_codec::framed_std

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 a Sink + Stream

Enums

ReadFrameError

Errors arising from reading a frame

WriteFrameError

Errors arising from writing a frame to a stream