columnar::bytes::serialization_neu

Function write

Source
pub fn write<'a, A, W>(writer: W, iter: &A) -> Result<()>
where A: AsBytes<'a>, W: Write,