Function syn::fold::fold_stmt_macro

source ·
pub fn fold_stmt_macro<F>(f: &mut F, node: StmtMacro) -> StmtMacrowhere
    F: Fold + ?Sized,
Available on crate feature fold only.