Module fluvio_protocol_api::core::bytes [−][src]
Structs
| Bytes | A cheaply cloneable and sliceable chunk of contiguous memory. |
| BytesMut | A unique reference to a contiguous slice of memory. |
Traits
| Buf | Read bytes from a buffer. |
| BufMut | A trait for values that provide sequential write access to bytes. |