pub fn parse_anyhow(input: &str) -> Result<Selector>
Parse a selector string, mapping parse errors to anyhow::Error with a “selector error:” prefix for consistent error formatting.
anyhow::Error