Skip to main content

parse_predicates

Function parse_predicates 

Source
pub fn parse_predicates(
    input: &str,
) -> Result<(&str, Vec<Predicate>), ParserError>