Skip to main content

ast_to_string

Function ast_to_string 

Source
pub fn ast_to_string(expr: &SpannedExpr) -> String
Expand description

Convert a CEL AST to source text.

The output is a valid CEL expression that is semantically equivalent to the input AST. Formatting may differ from the original source.