pub fn parse_selector(s: &str) -> Result<CategorySet, String>Expand description
Resolves a comma-separated selector into a category set.
Accepts individual category names plus the group aliases oom,
assumed, default, and all.
ยงErrors
Returns the offending token if it names neither a category nor a group.