☰
Module deframer
Structs
?
Module
rustls
::
internal
::
msgs
::
deframer
source
·
[
−
]
Structs
MessageDeframer
This deframer works to reconstruct TLS messages from arbitrary-sized reads, buffering as necessary. The input is
read()
, get the output from
pop()
.