pub async fn write_frame<W: AsyncWriteExt + Unpin>( writer: &mut W, data: &[u8], ) -> Result<()>
Write a length-prefixed JSON frame to a tokio AsyncWrite.