Module tokio_util::codec::framed
source · Structs§
FramedParts
contains an export of the data of a Framed transport. It can be used to construct a newFramed
with a different codec. It contains all current buffers and the inner transport.