Function syn::fold::fold_expr_index

source ยท
pub fn fold_expr_index<F>(f: &mut F, node: ExprIndex) -> ExprIndex
where F: Fold + ?Sized,