pub fn validate<'a, L, C>( current_directory: &'a Path, links: L, ctx: &'a C, ) -> impl Future<Output = Outcomes> + 'awhere L: IntoIterator<Item = Link>, L::IntoIter: 'a, C: Context + ?Sized,
Validate several Links relative to a particular directory.
Link