Module tokio::io::util::vec_with_initialized
source ยท Structsยง
- ReadBufParts ๐
- VecWithInitialized ๐This struct wraps a
Vec<u8>
or&mut Vec<u8>
, combining it with anum_initialized
, which keeps track of the number of initialized bytes in the unused capacity.
Traitsยง
- VecU8 ๐Something that looks like a
Vec<u8>
.
Functionsยง
- into_read_buf_parts ๐