visit_expr_if

Function visit_expr_if 

Source
pub fn visit_expr_if<'ast, V>(v: &mut V, node: &'ast ExprIf)
where V: Visit<'ast> + ?Sized,