pub fn create_default_full_cel_expr(
certification: &DefaultFullCelExpression<'_>,
) -> StringExpand description
Converts a CEL expression that certifies both the HttpRequest and HttpResponse, from a DefaultFullCelExpression struct into it’s String representation. DefaultFullCelExpression::to_string is an alias of this method and can be used for ergonomics.