Type Alias git_historian::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 */ }