Structs§
- Frame
Codec - Codec type for [
Message] that implementstokio_util::codec::Decoderandtokio_util::codec::Encoder.
Traits§
- Decoder
- Decoding of frames via buffers.
- Encoder
- Trait of helper objects to write out messages as bytes, for use with
FramedWrite.