Type Alias FileSet

Source
pub type FileSet = BTreeSet<String>;
Expand description

A set of file paths.

Aliased Typeยง

pub struct FileSet { /* private fields */ }