pub type Sources = BTreeMap<PathBuf, Source>;
An ordered list of files and their source
struct Sources { /* private fields */ }