Expand description
Types and traits for sharing Bytes
.
Structs§
- An unbounded queue of bytes intended for point-to-point communication between threads. Cloning returns another handle to the same queue.
- A
BytesPush
wrapper which stages writes.
Traits§
- A source for
Bytes
. - A target for
Bytes
.