pub type HtmlCrawler = Crawler<HtmlKind>;
A crawler using HtmlKind to fetch and parse HTML documents.
HtmlKind
pub struct HtmlCrawler { /* private fields */ }