pub type FileSet = BTreeSet<String>;
A set of file paths.
pub struct FileSet { /* private fields */ }