Skip to main content

write_i8

Function write_i8 

Source
pub fn write_i8(buf: &mut BytesMut, value: i8)
Expand description

Writes an i8 value (bool) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 1 byte]