Module tokio::io::util::vec_with_initialized

source ยท

Structsยง

  • ReadBufParts ๐Ÿ”’
  • VecWithInitialized ๐Ÿ”’
    This struct wraps a Vec<u8> or &mut Vec<u8>, combining it with a num_initialized, which keeps track of the number of initialized bytes in the unused capacity.

Traitsยง

  • VecU8 ๐Ÿ”’
    Something that looks like a Vec<u8>.

Functionsยง