Function readability::extractor::extract[][src]

pub fn extract<R>(input: &mut R, url: &Url) -> Result<Product, Error> where
    R: Read