Function syn::visit::visit_pat_macro

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