Function syn::fold::fold_stmt_macro

source ยท
pub fn fold_stmt_macro<F>(f: &mut F, node: StmtMacro) -> StmtMacro
where F: Fold + ?Sized,