Skip to main content

parse_predicate

Function parse_predicate 

Source
pub fn parse_predicate(input: &str) -> Result<Predicate, String>
Expand description

Parse a single predicate expression from bracket content.

Expects input like method="GET", async, count>=5. Returns the parsed predicate or an error message.