Function syn::fold::fold_abi

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