pub fn parse(
selector: &str,
labelmap: &LabelMap<'_>,
) -> Result<bool, ParseError>Expand description
this function will parse a selector and return its result. A (valid) selector will return a simple boolean indicating if the selector matched or not.