create_default_cel_expr

Function create_default_cel_expr 

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