Type Alias PathSet

Source
pub type PathSet = HashSet<String>;
Expand description

A set of paths, used to track which files we care about

Aliased Typeยง

struct PathSet { /* private fields */ }