syn::fold

Function fold_stmt_macro

Source
pub fn fold_stmt_macro<F>(f: &mut F, node: StmtMacro) -> StmtMacro
where F: Fold + ?Sized,
Available on crate features fold and full only.