Skip to main content

for_each_child

Function for_each_child 

Source
pub fn for_each_child<'gcx>(
    expr: &'gcx Expr<'gcx>,
    f: &mut impl FnMut(&'gcx Expr<'gcx>),
)
Expand description

Calls f on every direct sub-expression of expr, in evaluation order.