walk_expr

Function walk_expr 

Source
pub fn walk_expr<'a, V: Visitor<'a>>(
    visitor: &mut V,
    node: &'a Expr,
) -> V::Result