Skip to main content

HtmlCrawler

Type Alias HtmlCrawler 

Source
pub type HtmlCrawler = Crawler<HtmlKind>;
Expand description

A crawler using HtmlKind to fetch and parse HTML documents.

Aliased Typeยง

pub struct HtmlCrawler { /* private fields */ }