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