Skip to main content

write_nullable_string

Function write_nullable_string 

Source
pub fn write_nullable_string(
    buf: &mut BytesMut,
    value: Option<&KafkaString>,
) -> Result<()>
Expand description

Write a nullable non-flexible Kafka string (i16, -1 = null).