pub fn parse_selector(selector: &str) -> Result<SelectorAst, String>Expand description
Parse a CSS-like AQL selector string and return the AST.
pub fn parse_selector(selector: &str) -> Result<SelectorAst, String>Parse a CSS-like AQL selector string and return the AST.