Function syn::fold::fold_index

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