Trait kafka_protocol::protocol::buf::GapType
source · pub trait GapType {
type Value;
fn size(&self) -> usize;
fn put(&self, buf: &mut [u8], value: Self::Value);
}
Expand description
A type capable of being represented as a gap in a buffer.