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

Write the raw record bytes to a generic writer.