pub fn try_write_record<W>(writer: &mut W, bytes: Vec<u8>) -> Result<()> where
    W: Write
Expand description

Write the raw record bytes to a generic writer.