Module wire_framed::codec
source · Structs
FramedPartscontains an export of the data of a Framed transport. It can be used to construct a newFramedwith a different codec. It contains all current buffers and the inner transport.- A
Sinkof frames encoded to anAsyncWrite.
Traits
- Decoding of frames via buffers.
- Trait of helper objects to write out messages as bytes, for use with
FramedWrite.