Skip to main content

walk_expr

Function walk_expr 

Source
pub fn walk_expr<'a, V>(visitor: &mut V, expr: &'a Expr)
where V: Visitor<'a> + ?Sized,