[][src]Function linkcheck::validation::validate

pub fn validate<'a, L, C: ?Sized>(
    current_directory: &'a Path,
    links: L,
    ctx: &'a C
) -> impl Future<Output = Outcomes> + 'a where
    L: IntoIterator<Item = Link>,
    L::IntoIter: 'a,
    C: Context

Validate several Links relative to a particular directory.