pub async fn load_stream<T>(url: &str) -> Result<impl Stream<Item = T>, Error>where T: for<'a> Deserialize<'a>,