[][src]Function mdbook_linkcheck::extract_links

pub fn extract_links<I>(
    target_files: I,
    files: &Files<String>
) -> (Vec<Link>, Vec<IncompleteLink>) where
    I: IntoIterator<Item = FileId>, 

Search every file in the Files and collate all the links that are found.