Function parse_html

Source
pub fn parse_html<'a>(
    base_url: &'a str,
    html: &'a str,
) -> Result<VecDeque<ItemScope>, Box<dyn Error>>