rustls
0.21.12
Module vecbuf
Structs
In crate rustls
Module
rustls
::
vecbuf
Copy item path
source
·
[
−
]
Structs
§
ChunkVecBuffer
🔒
This is a byte buffer that is built from a vector of byte vectors. This avoids extra copies when appending a new byte vector, at the expense of more complexity when reading out.