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