Enum upm_lib::ManagerSpecifier [] [src]

pub enum ManagerSpecifier {
    Excludes(HashSet<&'static str>),
    Includes(HashSet<&'static str>),
    Empty,
}

Provide a single type to exclude or solely include certain packagemanager names.

Variants