Available on (crate features
async_io
or async_tokio
) and crate feature async_framed
only.Structs§
- Bytes
Codec - Device
Framed - A unified
Stream
andSink
interface over anAsyncDevice
, usingEncoder
andDecoder
traits to frame packets as higher-level messages. - Device
Framed Read - A
Stream
-only abstraction over anAsyncDevice
, using aDecoder
to - Device
Framed Write - A
Sink
-only abstraction over anAsyncDevice
, using anEncoder
to