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

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