Module framed
tokio_
util
0.7.14
Module framed
Module Items
Structs
In tokio_
util::
codec
Modules
any_delimiter_codec
bytes_codec
decoder
encoder
framed
framed_impl
framed_read
framed_write
length_delimited
lines_codec
Structs
AnyDelimiterCodec
BytesCodec
Framed
FramedParts
FramedRead
FramedWrite
LinesCodec
Enums
AnyDelimiterCodecError
LinesCodecError
Traits
Decoder
Encoder
tokio_util
::
codec
Module
framed
Copy item path
Settings
Help
Summary
Source
Structs
§
Framed
A unified
Stream
and
Sink
interface to an underlying I/O object, using the
Encoder
and
Decoder
traits to encode and decode frames.
Framed
Parts
FramedParts
contains an export of the data of a Framed transport. It can be used to construct a new
Framed
with a different codec. It contains all current buffers and the inner transport.