Expand description
Wrap tor_cell::…:::ChannelCodec for use with the asynchronous_codec crate.
Structs§
- Channel
Codec 🔒 - Asynchronous wrapper around ChannelCodec in tor_cell, with implementation for use with asynchronous_codec.
Enums§
- Codec
Error 🔒 - An error from a ChannelCodec.
Functions§
- change_
message_ 🔒types - Consume a
Framed
codec user, and produce one that sends and receives different message types.