Function rustpython_vm::compiler::parser::ast::fold::fold_expr_list
source · pub fn fold_expr_list<U, F>(
folder: &mut F,
node: ExprList<U>
) -> Result<ExprList<<F as Fold<U>>::TargetU>, <F as Fold<U>>::Error>where
F: Fold<U> + ?Sized,