Function syn::fold::fold_expr_index

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