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

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

Validate several Links relative to a particular directory.