Trait hacker_news::parser::HtmlParse[][src]

pub trait HtmlParse {
    type Item;
    fn parse(html: &Html) -> Result<Self::Item, Box<dyn Error>>;
}

Associated Types

Required methods

Implementors