syn::visit

Function visit_expr

source
pub fn visit_expr<'ast, V>(v: &mut V, node: &'ast Expr)
where V: Visit<'ast> + ?Sized,