pub fn parse_predicate(input: &str) -> Result<Predicate, String>
Parse a single predicate expression from bracket content.
Expects input like method="GET", async, count>=5. Returns the parsed predicate or an error message.
method="GET"
async
count>=5