pub fn parse_expression(source: &str) -> Result<Expression, String>Expand description
Instrumented wrapper for parsing CEL expressions
This provides visibility into parsing operations while using the LALRPOP-generated parser internally.
pub fn parse_expression(source: &str) -> Result<Expression, String>Instrumented wrapper for parsing CEL expressions
This provides visibility into parsing operations while using the LALRPOP-generated parser internally.