Trait ScraperMain
scraper_main
pub trait ScraperMain: Sized { fn scrape(doc: &Document, container: Option<Node>) -> Result<Self>; }
fn scrape(doc: &Document, container: Option<Node>) -> Result<Self>