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

Structs

MessageDeframer

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