[][src]Function syn::visit::visit_expr_macro

pub fn visit_expr_macro<'ast, V: ?Sized>(v: &mut V, node: &'ast ExprMacro) where
    V: Visit<'ast>,