pub type FileIndexExport = (HashSet<String>, Vec<(usize, HashSet<String>, HashSet<String>)>, HashMap<usize, HashSet<String>>);Expand description
Type alias for the export_for_file_index return type: (file_disabled_rules, persistent_transitions, line_disabled_rules)