create_default_full_cel_expr

Function create_default_full_cel_expr 

Source
pub fn create_default_full_cel_expr(
    certification: &DefaultFullCelExpression<'_>,
) -> String
Expand 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.