[][src]Trait dlscan_tools::Scraping

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

Provided methods

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

Loading content...

Implementors

Loading content...