Module rustls::internal::msgs::deframer [] [src]

Structs

MessageDeframer

This deframer works to reconstruct TLS messages from arbitrary-sized reads, buffering as neccessary. The input is read(), the output is the frames deque.