Available on (crate features
async_io or async_tokio) and crate feature async_framed only.Structs§
- Bytes
Codec - Device
Framed - A unified
StreamandSinkinterface over anAsyncDevice, usingEncoderandDecodertraits to frame packets as higher-level messages. - Device
Framed Read - A
Stream-only abstraction over anAsyncDevice, using aDecoderto - Device
Framed Write - A
Sink-only abstraction over anAsyncDevice, using anEncoderto