Function syn::fold::fold_assoc_const

source ยท
pub fn fold_assoc_const<F>(f: &mut F, node: AssocConst) -> AssocConst
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.