pub type StartRequestIter<'a> = Box<dyn Iterator<Item = Result<Request, SpiderError>> + Send + 'a>;Expand description
Core runtime types and traits used to define and run a crawl. A boxed iterator of start requests.
Aliased Typeยง
pub struct StartRequestIter<'a>(/* private fields */);