pub fn enforce_ast(
expressions: &[Expression],
options: &ComplexityGuardOptions,
) -> Result<()>Expand description
Enforce AST size/depth limits and report parse-oriented errors.
pub fn enforce_ast(
expressions: &[Expression],
options: &ComplexityGuardOptions,
) -> Result<()>Enforce AST size/depth limits and report parse-oriented errors.