Type Alias ostree_ext::diff::FileSet

source ·
pub type FileSet = BTreeSet<String>;
Expand description

A set of file paths.

Aliased Type§

struct FileSet { /* private fields */ }