Module async_codec::framed_std[][src]

Expand description

The Framed type for futures::io::{AsyncRead, AsyncWrite} streams

Structs

A wrapper around a byte stream that uses an Encode + Decode type to produce a Sink + Stream

Enums

Errors arising from reading a frame

Errors arising from writing a frame to a stream