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