rustls
0.19.1
Module deframer
Module Items
Structs
In rustls::
internal::
msgs
rustls
::
internal
::
msgs
Module
deframer
Copy item path
Source
Structs
ยง
Message
Deframer
This deframer works to reconstruct TLS messages from arbitrary-sized reads, buffering as necessary. The input is
read()
, the output is the
frames
deque.