Contains the helper types and functions which help to iterate over all the given rust files,
collect all of the full path names and the actual AST-node for the types defined in those paths.
This is later needed for finding PII fields recursively.
This module takes the types and paths from ‘item_collector’ module, and will recursively find
all the fields with the specified PII-value, and save those fields with the full path.