Function syn::fold::fold_assoc_const

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