Function scryfall::util::uri::url_fetch_iter[][src]

pub fn url_fetch_iter<T, U>(url: U) -> Result<UriIter<T>> where
    T: DeserializeOwned,
    U: AsRef<str>, 

Utility function to fetch data pointed to by a URL string, into an iterator of T.