pub async fn write_json_line<W, T>(writer: &mut W, value: &T) -> Result<()>where W: AsyncWrite + Unpin, T: Serialize,