Skip to main content

Rewrite

Type Alias Rewrite 

Source
pub type Rewrite<'a> = &'a mut dyn FnMut(&mut BoundExpr);
Expand description

A rewrite applied to one expression before its children are walked.