syn::fold

Function fold_pat_macro

source
pub fn fold_pat_macro<F>(f: &mut F, node: PatMacro) -> PatMacro
where F: Fold + ?Sized,