pub fn create_cel_expr(certification: &CelExpression<'_>) -> String
Expand 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.