syn::visit

Function visit_macro

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