Function syn::visit::visit_stmt_macro

source ยท
pub fn visit_stmt_macro<'ast, V>(v: &mut V, node: &'ast StmtMacro)
where V: Visit<'ast> + ?Sized,