Module kafka_protocol::protocol::buf
source · Expand description
Utilities for working with the bytes
crate.
Modules§
- Types which implement
GapType
.
Structs§
- A gap of specified length at the specified offset.
- Error indicating there are not enough remaining bytes in a buffer to perform a read.
- A gap of type
T
.
Traits§
- Extension for working with
bytes::Buf
. - Extension for working with
bytes::buf::BufMut
. - A type capable of being represented as a gap in a buffer.