Module vortex_buffer::io_buf

source ·
Expand description

Provides types that can be used by I/O frameworks to work with byte buffer-shaped data.

Structs§

  • An owned view into a contiguous sequence of bytes.

Traits§

  • Trait for types that can provide a readonly byte buffer interface to I/O frameworks.