pub fn create_cel_expr(certification: &CelExpression<'_>) -> StringExpand description
Converts a CEL expression from a CelExpression struct into it’s String representation.
CelExpression::to_string is an alias of this function and can be used for ergonomics.