Skip to main content

write_compact_nullable_bytes

Function write_compact_nullable_bytes 

Source
pub fn write_compact_nullable_bytes(
    buf: &mut BytesMut,
    value: Option<&[u8]>,
) -> Result<()>
Expand description

Write nullable compact bytes (unsigned varint, 0 = null).