[][src]Trait dlscan_source::Scraping

pub trait Scraping {
    fn links_from<U, F>(
        src: U,
        id: &str,
        attr: &str,
        predicate: F
    ) -> Result<Vec<String>, Error>
    where
        F: Fn(&str) -> bool,
        U: IntoUrl + Display
, { ... }
fn stack_in_file<P>(resp: Response, file: P) -> Result<(), Error>
    where
        P: AsRef<str> + AsRef<Path> + Display
, { ... } }

Provided methods

fn stack_in_file<P>(resp: Response, file: P) -> Result<(), Error> where
    P: AsRef<str> + AsRef<Path> + Display

Loading content...

Implementors

impl<'a> Scraping for ScanTrad<'a>[src]

impl<'b> Scraping for LelScan<'b>[src]

impl<'c> Scraping for MangaJar<'c>[src]

impl<'d> Scraping for MangaHub<'d>[src]

impl<'e> Scraping for ScanOp<'e>[src]

Loading content...