Module async_framed

Module async_framed 

Source
Available on (crate features async_io or async_tokio) and crate feature async_framed only.

Structs§

BytesCodec
DeviceFramed
A unified Stream and Sink interface over an AsyncDevice, using Encoder and Decoder traits to frame packets as higher-level messages.
DeviceFramedRead
A Stream-only abstraction over an AsyncDevice, using a Decoder to
DeviceFramedWrite
A Sink-only abstraction over an AsyncDevice, using an Encoder to

Traits§

Decoder
Encoder